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 a specific action
the id of the duplicated 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
the id of a specific action
action details
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
the id of a specific action
the new unique name for the action
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
the id of a specific action
the JavaScript based action script
the id of a specific action
the triggers this action should react on.
The ActionController is responsible for all Actions-related functionality. Methods inside this controller can be called by
window.SDK.action.{method-name}