Class SelectionService

Hierarchy

  • SelectionService

Implements

Constructors

Properties

getFocusModel?: GetT<FocusModelIf>
getSelectionModel?: GetT<SelectionModelIf>
previousEvt?: GeMouseEvent
tableScope: TableScope

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