Predefined and Named Scripts
- Last UpdatedJul 13, 2023
- 1 minute read
Predefined graphic scripts run:
-
One time when the graphic is shown or opened: On Show
-
Periodically while the graphic is showing: While Showing
-
One time when the graphic is hidden or closed: On Hide
-
Any combination of the above
Named graphic scripts enable any number of scripts to run that are triggered by values or expressions during runtime :
-
Being true: While True
-
Being false: While False
-
Transitioning from false to true: On True
-
Transitioning from true to false: On False
-
Change in value and/or quality: DataChange
The name of named scripts can be up to 32 characters in length, contain at least one letter, and contain special characters, such as #, $, and _.