scheduleScriptProps

Accessor

JSON representation of a RenderSchedule.Script embedded in the display style describing how to animate the contents of the view over time. This script, if present, takes precedence over a script supplied by DisplayStyleSettings.renderTimeline.

scheduleScriptProps: undefined | RenderSchedule.ScriptProps

@see - DisplayStyleSettings.onScheduleScriptPropsChanged to be notified when this property changes.

Returns - undefined | RenderSchedule.ScriptProps


Setter

scheduleScriptProps(props: undefined | RenderSchedule.ScriptProps): void

Parameter Type Description
props undefined | RenderSchedule.ScriptProps  

Returns - void

Defined in

Last Updated: 16 April, 2024