@serenity-is/corelib / GridRowSelectionMixinOptions
Interface: GridRowSelectionMixinOptions
Defined in: src/ui/helpers/gridrowselectionmixin.tsx:11
Options for the GridRowSelectionMixin.
Properties
selectable()?
optionalselectable: (item) =>boolean
Defined in: src/ui/helpers/gridrowselectionmixin.tsx:15
A function that determines whether an item can be selected.
Parameters
item
any
Returns
boolean