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

  • ReadonlyAFTER_ACTION: "afteraction"
  • ReadonlyAFTER_CLEAR_ACTIONS: "afterclearactions"
  • ReadonlyAFTER_REMOVE_ACTION: "afterremoveaction"
  • ReadonlyAFTER_UNDO_ACTION: "afterundoaction"
  • ReadonlyBEFORE_ACTION: "beforeaction"
  • ReadonlyBEFORE_CLEAR_ACTIONS: "beforeclearactions"
  • ReadonlyBEFORE_REMOVE_ACTION: "beforeremoveaction"
  • ReadonlyBEFORE_UNDO_ACTION: "beforeundoaction"
  • ReadonlyHAS_ACTIONS: "hasActions"
  • ReadonlyNO_ACTIONS: "noActions"