Action JSON including name and callback function.
Returns the action's unique name.
Returns the action type: "function" or "goto".
Returns the plugin namespace this action belongs to, or undefined for the default plugin.
Sets the plugin namespace for this action.
Plugin name string.
Returns the display order index, or undefined if not set.
Sets the display order index.
Numeric sort position.
Returns all registered parent names as a flat array.
Returns the parent entry matching the given name, or undefined.
Parent name to look up.
Registers a parent menu name.
Parent name to add.
Returns true when this action is accessible from every menu.
Returns the styles container for this action.
Sets the styles for this action from an instance or a plain JSON object.
ActionStyles instance or compatible JSON.
Sets the styles for this action from an instance or a plain JSON object.
ActionStyles instance or compatible JSON.
Returns the labels container for this action.
Sets the labels for this action from an instance or a plain JSON object.
ActionLabels instance or compatible JSON.
Sets the labels for this action from an instance or a plain JSON object.
ActionLabels instance or compatible JSON.
Invokes and returns the result of the stored callback.
Replaces the stored callback function.
Async function executed when the action runs.
Serialises this function action to a plain JSON-compatible object.
Executes the action by invoking the stored async callback.
Creates a new function action that executes an async callback.