StaticaccessThe user's access token
StaticclipboardThe main clipboard
StatichasWhether this project is using legacy scripts
StaticjobsThe jobs API
StaticmessengerThe messenger API
StaticrealtimeThe realtime API
StaticapiThe REST API URL
StaticassetsThe assets API
StaticbranchThe current branch id
StaticentitiesThe entities API
StatichistoryThe history API
StatichomeThe home URL
StaticprojectThe current project id
StaticschemaThe schema API
StaticselectionThe selection API
StaticsettingsThe settings API
StaticconfirmAlert function called when user confirmation is needed for an action. Defaults to the default browser popup but can be overridden to show your custom popup instead.
The confirm dialog text
Options for the popup
OptionalnoDismiss?: booleanIf true then user cannot dismiss the popup and will have to click yes or no
OptionalnoText?: booleanText for 'no' option
OptionalyesText?: stringText for 'yes' option
True if the user confirmed, false otherwise
Global variables