Preparing search index...
The search index is not available
react-declarative
react-declarative
types
react-declarative/model/IListProps
IListState
Interface IListState<FilterData, RowData>
Represents the state of a list.
interface
IListState
<
FilterData
extends
{}
=
IAnything
,
RowData
extends
IRowData
=
IAnything
,
>
{
chips
:
Partial
<
Record
<
keyof
RowData
,
boolean
>
>
;
filterData
:
FilterData
;
filtersCollapsed
:
boolean
;
initComplete
:
boolean
;
isChooser
:
boolean
;
isCustom
:
boolean
;
isInfinite
:
boolean
;
isPageItem
:
boolean
;
limit
:
number
;
loading
:
boolean
;
offset
:
number
;
payload
:
any
;
rerender
:
boolean
;
rows
:
RowData
[]
;
search
:
string
;
sort
:
ListHandlerSortModel
<
RowData
>
;
total
:
null
|
number
;
}
Type Parameters
FilterData
extends
{}
=
IAnything
The type of the filter data.
RowData
extends
IRowData
=
IAnything
The type of the row data.
Index
Properties
chips
filter
Data
filters
Collapsed
init
Complete
is
Chooser
is
Custom
is
Infinite
is
Page
Item
limit
loading
offset
payload
rerender
rows
search
sort
total
Properties
chips
chips
:
Partial
<
Record
<
keyof
RowData
,
boolean
>
>
filter
Data
filterData
:
FilterData
filters
Collapsed
filtersCollapsed
:
boolean
init
Complete
initComplete
:
boolean
is
Chooser
isChooser
:
boolean
is
Custom
isCustom
:
boolean
is
Infinite
isInfinite
:
boolean
is
Page
Item
isPageItem
:
boolean
limit
limit
:
number
loading
loading
:
boolean
offset
offset
:
number
payload
payload
:
any
rerender
rerender
:
boolean
rows
rows
:
RowData
[]
search
search
:
string
sort
sort
:
ListHandlerSortModel
<
RowData
>
total
total
:
null
|
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
chips
filter
Data
filters
Collapsed
init
Complete
is
Chooser
is
Custom
is
Infinite
is
Page
Item
limit
loading
offset
payload
rerender
rows
search
sort
total
react-declarative
Loading...
Represents the state of a list.