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