Forest Admin - API reference
Preparing search index...
@forestadmin/datasource-toolkit
ActionFieldFilePicker
Interface ActionFieldFilePicker
interface
ActionFieldFilePicker
{
description
?:
string
;
extensions
?:
string
[]
;
id
:
string
;
isReadOnly
?:
boolean
;
isRequired
?:
boolean
;
label
:
string
;
maxCount
?:
number
;
maxSizeMb
?:
number
;
type
:
"File"
|
"FileList"
;
value
?:
unknown
;
watchChanges
:
boolean
;
widget
:
"FilePicker"
;
}
Hierarchy (
View Summary
)
ActionFieldBase
ActionFieldFilePicker
Index
Properties
description?
extensions?
id
is
Read
Only?
is
Required?
label
max
Count?
max
Size
Mb?
type
value?
watch
Changes
widget
Properties
Optional
description
description
?:
string
Optional
extensions
extensions
?:
string
[]
id
id
:
string
Optional
is
Read
Only
isReadOnly
?:
boolean
Optional
is
Required
isRequired
?:
boolean
label
label
:
string
Optional
max
Count
maxCount
?:
number
Optional
max
Size
Mb
maxSizeMb
?:
number
type
type
:
"File"
|
"FileList"
Optional
value
value
?:
unknown
watch
Changes
watchChanges
:
boolean
widget
widget
:
"FilePicker"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
extensions
id
is
Read
Only
is
Required
label
max
Count
max
Size
Mb
type
value
watch
Changes
widget
Forest Admin - API reference
Loading...