Preparing search index...
The search index is not available
react-declarative
react-declarative
types
react-declarative/components/SearchView/model/ISearchItemProps
ISearchItemProps
Interface ISearchItemProps<T>
Represents the properties for a search item.
interface
ISearchItemProps
<
T
extends
IAnything
=
IAnything
>
{
data
:
T
;
disabled
:
boolean
;
label
:
string
;
payload
:
any
;
value
:
string
;
}
Type Parameters
T
extends
IAnything
=
IAnything
The data type for the search item.
Hierarchy
Omit
<
ISearchItem
,
keyof
{
data
:
never
}
>
ISearchItemProps
Index
Properties
data
disabled
label
payload
value
Properties
data
data
:
T
disabled
disabled
:
boolean
label
label
:
string
payload
payload
:
any
value
value
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
disabled
label
payload
value
react-declarative
Loading...
Represents the properties for a search item.