This method creates a new action.
the id of the newly created action.
This method disables the execution of Actions. Note that any Action will be ignored and forgotten.
This method duplicates an existing action by the id
the id of the duplicated action.
the id of a specific action
This method enables the execution of Actions. Note this is enabled by default.
This method returns the list of all actions.
list of all actions
This method returns an action by the id
action details
the id of a specific action
This method changes positions of actions
the position of actions
the list of action IDs
This method removes the action by the id
the id of a specific action
use the update method instead
This method renames an action by the id and provided name
the id of a specific action
the new unique name for the action
use the update method instead
This method stores the state of action type errors to the document
Those errors states can be read back from the usual getters or the
onActionsChanged
stream
the id of a specific action
whether there is an action type error
This method updates an existing Action
the id of a specific Action
the delta update to apply to the Action
use the update method instead
This method updates the script the action uses by the id and provided script
the id of a specific action
the JavaScript based action script
use the update method instead
This method updates the triggers on which the action will react.
the id of a specific action
the triggers this action should react on.
Generated using TypeDoc
The ActionController is responsible for all Actions-related functionality. Methods inside this controller can be called by
window.SDK.action.{method-name}