apex-grid
    Preparing search index...

    Type Alias SelectionMode

    SelectionMode: "single" | "multiple"

    Selection mode for the grid.

    'single' — at most one row may be selected at any time. New clicks replace the existing selection. 'multiple' — multiple rows can be selected. Plain clicks replace the selection, Ctrl/Cmd+click toggles a row additively, and Shift+click selects a range from the previous anchor.