Skip to content

@serenity-is/corelib / GridRowSelectionMixinOptions

Interface: GridRowSelectionMixinOptions

Defined in: src/ui/helpers/gridrowselectionmixin.tsx:11

Options for the GridRowSelectionMixin.

Properties

selectable()?

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