Variable ACTION_EVENTConst
ACTION_EVENT: {
AFTER_ACTION: "afteraction";
AFTER_CLEAR_ACTIONS: "afterclearactions";
AFTER_REMOVE_ACTION: "afterremoveaction";
AFTER_UNDO_ACTION: "afterundoaction";
BEFORE_ACTION: "beforeaction";
BEFORE_CLEAR_ACTIONS: "beforeclearactions";
BEFORE_REMOVE_ACTION: "beforeremoveaction";
BEFORE_UNDO_ACTION: "beforeundoaction";
HAS_ACTIONS: "hasActions";
NO_ACTIONS: "noActions";
} = ...
Type declaration
Readonly
AFTER_ACTION: "afteraction"
Readonly
AFTER_CLEAR_ACTIONS: "afterclearactions"
Readonly
AFTER_REMOVE_ACTION: "afterremoveaction"
Readonly
AFTER_UNDO_ACTION: "afterundoaction"
Readonly
BEFORE_ACTION: "beforeaction"
Readonly
BEFORE_CLEAR_ACTIONS: "beforeclearactions"
Readonly
BEFORE_REMOVE_ACTION: "beforeremoveaction"
Readonly
BEFORE_UNDO_ACTION: "beforeundoaction"
Readonly
HAS_ACTIONS: "hasActions"
Readonly
NO_ACTIONS: "noActions"