Forest Admin - API reference
Preparing search index...
@forestadmin/agent
SearchOptionsHandler
Type Alias SearchOptionsHandler<Context, TValue>
SearchOptionsHandler
:
|
(
(
context
:
Context
,
searchValue
:
string
)
=>
DropdownOption
<
TValue
>
[]
)
|
(
(
context
:
Context
,
searchValue
:
string
,
)
=>
Promise
<
DropdownOption
<
TValue
>
[]
>
)
Type Parameters
Context
=
unknown
TValue
=
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Forest Admin - API reference
Loading...