Forest Admin - API reference
Preparing search index...
@forestadmin/datasource-toolkit
ActionFieldDropdown
Interface ActionFieldDropdown<TType, TValue>
interface
ActionFieldDropdown
<
TType
extends
ActionFieldType
=
ActionFieldType
,
TValue
=
unknown
,
>
{
description
?:
string
;
id
:
string
;
isReadOnly
?:
boolean
;
isRequired
?:
boolean
;
label
:
string
;
options
?:
LimitedValuesOption
<
TValue
>
[]
;
placeholder
?:
string
;
search
?:
"static"
|
"disabled"
|
"dynamic"
;
type
:
TType
;
value
?:
unknown
;
watchChanges
:
boolean
;
widget
:
"Dropdown"
;
}
Type Parameters
TType
extends
ActionFieldType
=
ActionFieldType
TValue
=
unknown
Hierarchy
ActionFieldLimitedValue
<
"Dropdown"
,
TType
,
TValue
>
ActionFieldDropdown
Index
Properties
description?
id
is
Read
Only?
is
Required?
label
options?
placeholder?
search?
type
value?
watch
Changes
widget
Properties
Optional
description
description
?:
string
id
id
:
string
Optional
is
Read
Only
isReadOnly
?:
boolean
Optional
is
Required
isRequired
?:
boolean
label
label
:
string
Optional
options
options
?:
LimitedValuesOption
<
TValue
>
[]
Optional
placeholder
placeholder
?:
string
Optional
search
search
?:
"static"
|
"disabled"
|
"dynamic"
type
type
:
TType
Optional
value
value
?:
unknown
watch
Changes
watchChanges
:
boolean
widget
widget
:
"Dropdown"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
id
is
Read
Only
is
Required
label
options
placeholder
search
type
value
watch
Changes
widget
Forest Admin - API reference
Loading...