-
Notifications
You must be signed in to change notification settings - Fork 0
PlayElements
github-actions[bot] edited this page Oct 27, 2025
·
32 revisions
list(publishStates?, includeDenied?): PlayElement[] | null
list(publishStates?, includeDenied?): PlayElement[] | null
| Name | Type | Description |
|---|---|---|
| publishStates (optional) | PublishState[] |
(default: [ PublishState.ARCHIVED, PublishState.DRAFT, PublishState.PUBLISHED ]) |
| includeDenied (optional) | boolean |
(default: false) |
Promise<PlayElement[] | null>
listV2(publishStates?, includeDenied?): GetOwnedPlayElementsResponseV2 | null
listV2(publishStates?, includeDenied?): GetOwnedPlayElementsResponseV2 | null
| Name | Type | Description |
|---|---|---|
| publishStates (optional) | PublishState[] |
(default: []) |
| includeDenied (optional) | boolean |
(default: false) |
Promise<GetOwnedPlayElementsResponseV2 | null>
delete(playElementId): DeletePlayElementResponse | null
delete(playElementId): DeletePlayElementResponse | null
| Name | Type | Description |
|---|---|---|
| playElementId | string | PlayElement |
Promise<DeletePlayElementResponse | null>
create(data): PlayElementResponse | null
create(data): PlayElementResponse | null
| Name | Type | Description |
|---|---|---|
| data | any |
Promise<PlayElementResponse | null>
update(playElement): PlayElementResponse | null
update(playElement): PlayElementResponse | null
| Name | Type | Description |
|---|---|---|
| playElement | PlayElement |
Promise<PlayElementResponse | null>
The actual abstraction layer for retrieving or sending data from the portal server.
⠀⠀
⠀⠀
⠀⠀
The actual abstraction layer for retrieving or sending data from the portal server.
⠀⠀
⠀⠀
⠀⠀
⠀⠀
Model data for simplified use of the data.
⠀⠀
⠀⠀
⠀⠀
⠀⠀
⠀⠀
⠀⠀
⠀⠀
⠀⠀
⠀⠀
⠀⠀
Static data and informations.
⠀⠀
⠀⠀
⠀⠀