Backstage
    Preparing search index...

    Interface TableSelection

    interface TableSelection {
        behavior?: SelectionBehavior;
        mode?: SelectionMode;
        onSelectionChange?: (keys: Selection) => void;
        selected?: "all" | Iterable<Key, any, any>;
    }
    Index

    Properties

    behavior?: SelectionBehavior
    mode?: SelectionMode
    onSelectionChange?: (keys: Selection) => void
    selected?: "all" | Iterable<Key, any, any>