Skip to content

@serenity-is/corelib / GridRadioSelectionMixinOptions

Interface: GridRadioSelectionMixinOptions

Defined in: src/ui/helpers/gridradioselectionmixin.tsx:9

Options for the GridRadioSelectionMixin.

Properties

selectable()?

optional selectable: (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