RenderSchedule.ScriptReference Class
A reference to a RenderSchedule.Script, optionally identifying the source of the script.
@see - DisplayStyle.loadScheduleScript and DisplayStyleState.scheduleScript to obtain the script reference for a display style on the frontend and backend respectively.
- DisplayStyleState.scheduleScript or DisplayStyleState.changeRenderTimeline to change a display style's script on the frontend.
Properties
Name | Type | Description | |
---|---|---|---|
script Readonly | RenderSchedule.Script | The script defining the rendering timelines to be applied. | |
sourceId Readonly | string | The Id of the element - if any - from which the script originated. |
Defined in
- core/common/src/RenderSchedule.ts Line 1216
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.