Search
Preparing search index...
The search index is not available
zent
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
IGridSelectionAllCheckboxProps
Interface IGridSelectionAllCheckboxProps<Data>
Type parameters
Data
Hierarchy
IGridSelectionAllCheckboxProps
Index
Properties
datasets
disabled
get
Data
Key
on
Select
store
Properties
datasets
datasets
:
Data
[]
disabled
disabled
:
boolean
get
Data
Key
get
Data
Key
:
(
data
:
Data
, rowIndex
:
number
|
string
)
=>
string
Type declaration
(
data
:
Data
, rowIndex
:
number
|
string
)
:
string
Parameters
data:
Data
rowIndex:
number
|
string
Returns
string
on
Select
on
Select
:
(
type
:
"selectAll"
|
"removeAll"
, datasets
:
Data
[]
)
=>
void
Type declaration
(
type
:
"selectAll"
|
"removeAll"
, datasets
:
Data
[]
)
:
void
Parameters
type:
"selectAll"
|
"removeAll"
datasets:
Data
[]
Returns
void
store
store
:
Store
Globals
IGrid
Selection
All
Checkbox
Props
datasets
disabled
get
Data
Key
on
Select
store
Generated using
TypeDoc