Package com.inductiveautomation.perspective.gateway.script
package com.inductiveautomation.perspective.gateway.script
-
ClassDescriptionThis object is used when a python script references a perspective component.Delegates to the actual component, this prevents the scripting system from being able to call everything on ComponentModel, like startup(), shutdown, etc.This is used for when you want to give a map to a script, but you want the map to also act like a python object, meaning, its keys can be referenced like this: myMap['key'] or like this myMap.keyJust an ArrayList that will toString() into json.Helper to consolidate the logic of an extension-function style script that must be compiled the first time before it runs.Delegates to the actual view, this prevents the scripting system from being able to call everything on ViewModel, like startup(), shutdown, etc.Delegates to the actual view, this prevents the scripting system from being able to call everything on ViewModel, like startup(), shutdown, etc.