OptionaldefaultOptionaldestructiveSet to true if this action is a destructive action, like "delete". This will change the appearance in the action menu more prominent (e.g. red colored)
Translatable string displayed in the menu
OptionalenabledCondition wether this action is shown or not
Function executed on single file action
OptionalexecFunction executed on multiple files action
OptionalhotkeyAllows to define a hotkey which will trigger this action for the selected node.
Svg as inline string.
Unique ID
OptionalinlineIf true, the renderInline function will be called
OptionalorderThis action order in the list
OptionalparentThis action's parent id in the list. If none found, will be displayed as a top-level action.
OptionalrenderIf defined, the returned html element will be appended before the actions menu.
OptionaltitleTranslatable title for of the action
Make this action the default. If multiple actions are default, the first one will be used. The other ones will be put as first entries in the actions menu iff DefaultType.Hidden is not used. A DefaultType.Hidden action will never be shown in the actions menu even if another action takes its place as default.