Preparing search index...
The search index is not available
react-declarative
react-declarative
types
react-declarative/components
ICheckboxCellSlot
Interface ICheckboxCellSlot<RowData>
Represents a slot for a checkbox cell in a table.
interface
ICheckboxCellSlot
<
RowData
extends
IRowData
=
IAnything
>
{
disabled
:
boolean
;
row
:
RowData
;
}
Type Parameters
RowData
extends
IRowData
=
IAnything
The type of data for the row in the table.
Hierarchy (
View Summary
)
ICheckboxCellProps
<
RowData
>
ICheckboxCellSlot
Index
Properties
disabled
row
Properties
disabled
disabled
:
boolean
row
row
:
RowData
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
disabled
row
react-declarative
Loading...
Represents a slot for a checkbox cell in a table.