Readonly
installURLURL which can be used to install this Action in another installation of Drafts. Useful for sharing and backups.
Readonly
isIf true, the action is a separator.
Readonly
nameThe display name of the action as displayed in the action list.
Readonly
uuidThe unique identifier of the action group.
Static
findSearch for action matching the name passed and return it if found. Useful to lookup and action and queue it to be run using the App.queueAction function of the App object. This method will return only the first found action with the given name, be sure to avoid duplicate names in your action list.
Name of a valid, installed action.
In addition to being able to lookup an action using the find method, a single global
action
object is created and available in scripts to inquire about the current action and control flow.Example
Queuing an action to run
Branching based on current action