Preparing search index...
The search index is not available
react-declarative
react-declarative
types
react-declarative/model/IListProps
IListChip
Interface IListChip<RowData>
Represents a chip in a list.
interface
IListChip
<
RowData
extends
IRowData
=
IAnything
>
{
color
?:
string
;
enabled
?:
boolean
;
label
:
string
;
name
:
keyof
RowData
;
}
Type Parameters
RowData
extends
IRowData
=
IAnything
The type of the row data associated with the chip.
Index
Properties
color?
enabled?
label
name
Properties
Optional
color
color
?:
string
Optional
enabled
enabled
?:
boolean
label
label
:
string
name
name
:
keyof
RowData
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
color
enabled
label
name
react-declarative
Loading...
Represents a chip in a list.