-
Notifications
You must be signed in to change notification settings - Fork 0
PlayElement
github-actions[bot] edited this page Oct 27, 2025
·
32 revisions
Sets the design ID.setDesignId(designId): void
setDesignId(designId): void| Name | Type | Description |
|---|---|---|
| designId | string |
The design ID. |
Sets the description.setDescription(description): void
setDescription(description): void| Name | Type | Description |
|---|---|---|
| description | string |
The description. |
Sets the creation date.setCreated(created): void
setCreated(created): void| Name | Type | Description |
|---|---|---|
| created | Date |
The creation date. |
Sets the update date.setUpdated(updated): void
setUpdated(updated): void| Name | Type | Description |
|---|---|---|
| updated | Date |
The update date. |
Sets the publish state.setPublishState(publishState): void
setPublishState(publishState): void| Name | Type | Description |
|---|---|---|
| publishState | PublishState |
The publish state. |
Sets the thumbnail URL.setThumbnailUrl(thumbnailUrl): void
setThumbnailUrl(thumbnailUrl): void| Name | Type | Description |
|---|---|---|
| thumbnailUrl | string |
The thumbnail URL. |
Sets the creator.setCreator(creator): void
setCreator(creator): void| Name | Type | Description |
|---|---|---|
| creator | Creator |
The creator. |
Sets the settings.setSettings(settings): void
setSettings(settings): void| Name | Type | Description |
|---|---|---|
| settings | Settings |
The settings. |
Sets the publish date.setPublishAt(publishAt): void
setPublishAt(publishAt): void| Name | Type | Description |
|---|---|---|
| publishAt | Date |
The publish date. |
Sets the moderation state.setModerationState(moderationState): void
setModerationState(moderationState): void| Name | Type | Description |
|---|---|---|
| moderationState | number |
The moderation state. |
Sets the short code.setShortCode(shortCode): void
setShortCode(shortCode): void| Name | Type | Description |
|---|---|---|
| shortCode | string | null |
The short code. |
Sets the map rotation.setMaps(maps): void
setMaps(maps): void| Name | Type | Description |
|---|---|---|
| maps | MapRotation |
The map rotation. |
Populates the play element from a JSON object.fromJSON(data): PlayElement
fromJSON(data): PlayElement| Name | Type | Description |
|---|---|---|
| data | any |
The JSON object. |
PlayElementThe 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.
⠀⠀
⠀⠀
⠀⠀