rx-datatable API
    Preparing search index...

    Function isCtrlOrCmd

    • Whether the platform's multi-select mouse modifier is held: ⌘ on Mac (where Ctrl+click means right-click), Ctrl elsewhere. Use for mouse events; keyboard shortcuts should usually accept either key since the OS reserves different combos on each platform.

      Parameters

      • e: Readonly<{ ctrlKey?: boolean; metaKey?: boolean }>

      Returns boolean