Axinom Mosaic Libraries
Axinom Portal
Preparing search index...
@axinom/mosaic-ui
ItemSelection
Type Alias ItemSelection<T>
ItemSelection
:
SingleItemsSelection
<
T
>
|
SelectAllSelection
<
T
>
Item selection can have two modes:
SINGLE_ITEMS
- if single items were checked by the user. The selected items are available on the
items
property.
SELECT_ALL
- if the checkbox on the header is selected. The action is supposed to be executed on
all
items matching the given
filters
settings.
Type Parameters
T
extends
Data
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Axinom Portal
Axinom Mosaic Libraries
Loading...
Item selection can have two modes:
SINGLE_ITEMS- if single items were checked by the user. The selected items are available on theitemsproperty.SELECT_ALL- if the checkbox on the header is selected. The action is supposed to be executed on all items matching the givenfilterssettings.