Preparing search index...
The search index is not available
react-declarative - v2.6.90
react-declarative
ISearchItem
Interface ISearchItem<T>
Represents a search item.
interface
ISearchItem
<
T
>
{
data
?:
T
;
label
:
string
;
value
:
string
;
}
Type Parameters
T
extends
IAnything
=
IAnything
The type of additional data associated with the search item.
Index
Properties
data?
label
value
Properties
Optional
data
data
?:
T
label
label
:
string
value
value
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
label
value
react-declarative - v2.6.90
Loading...
Represents a search item.