ItemSelection<T>: 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

Generated using TypeDoc