Interface OnActionTriggeredIf

Hierarchy

  • OnActionTriggeredIf

Implemented by

Methods

  • Triggers an action based on the provided action ID.

    Parameters

    • actionId: "START_EDITING" | "TOGGLE_SELECTION" | "SELECT_ALL" | "DESELECT_ALL" | "NAVIGATE_LEFT" | "NAVIGATE_RIGHT" | "NAVIGATE_UP" | "NAVIGATE_DOWN"

      The ID of the action to be triggered.

    Returns boolean

    • Returns true if the action was successfully triggered; otherwise, false.

Generated using TypeDoc