Pilates
    Preparing search index...

    Interface MultiSelectIndicatorProps

    interface MultiSelectIndicatorProps {
        isDisabled: boolean;
        isHighlighted: boolean;
        isSelected: boolean;
    }
    Index

    Properties

    isDisabled: boolean

    True when this row's disabled flag is set.

    isHighlighted: boolean

    True when this row is the navigation cursor target.

    isSelected: boolean

    True when this row's value appears in selectedKeys.