Skip to main content

Action

Abstract base class for Plugin Actions.

Remarks

Do not extend this class directly. Extend CommandAction or AdjustmentAction instead.

Constructors

Constructor

new Action(): Action;

Returns

Action

Properties

description

abstract description: string;

Action Description shown in the UI.


displayName

abstract displayName: string;

Display Name (or title) shown in the UI.


groupName

readonly groupName: string = '';

Optional group/folder under which this action is listed in the UI. Leave empty to place the action at the top level.


name

abstract readonly name: string;

Unique name for the action. Used for identification in the system.