LocalScriptAction object
Polymorphism
LocalScriptAction is a type that implements the Action type.
When an object of type Action is expected, you can use one of type LocalScriptAction (or use any other implementation).
Example JSON representation
{
"actionType": "LocalScriptAction",
"path": "string"
}
Properties
property | attributes | valid values | description | filter option |
---|---|---|---|---|
actionType string |
required |
"LocalScriptAction" | ||
path string |
required |
Path to the script to execute. |