Preparing search index...
The search index is not available
devfive front components
devfive front components
index
SelectSearchProps
Interface SelectSearchProps
interface
SelectSearchProps
{
options
:
[
string
|
ObjectOption
,
...
(
string
|
ObjectOption
)
[]
]
;
searchProps
?:
Omit
<
SearchProps
,
"name"
>
&
DevfiveProps
;
selectProps
?:
Omit
<
SelectProps
<
any
,
ObjectOption
>
,
"options"
>
&
DevfiveProps
;
}
Index
Properties
options
search
Props?
select
Props?
Properties
options
options
:
[
string
|
ObjectOption
,
...
(
string
|
ObjectOption
)
[]
]
검색할 대상 속성입니다.
Optional
search
Props
search
Props
?:
Omit
<
SearchProps
,
"name"
>
&
DevfiveProps
Optional
select
Props
select
Props
?:
Omit
<
SelectProps
<
any
,
ObjectOption
>
,
"options"
>
&
DevfiveProps
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
options
search
Props
select
Props
devfive front components
index
test
Generated using
TypeDoc
검색할 대상 속성입니다.