Forest Admin - API reference
Preparing search index...
@forestadmin/datasource-toolkit
CollectionSchema
Type Alias CollectionSchema
type
CollectionSchema
=
{
actions
:
{
[
actionName
:
string
]:
ActionSchema
}
;
charts
:
string
[]
;
countable
:
boolean
;
fields
:
{
[
fieldName
:
string
]:
FieldSchema
}
;
searchable
:
boolean
;
segments
:
string
[]
;
}
Index
Properties
actions
charts
countable
fields
searchable
segments
Properties
actions
actions
:
{
[
actionName
:
string
]:
ActionSchema
}
charts
charts
:
string
[]
countable
countable
:
boolean
fields
fields
:
{
[
fieldName
:
string
]:
FieldSchema
}
searchable
searchable
:
boolean
segments
segments
:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actions
charts
countable
fields
searchable
segments
Forest Admin - API reference
Loading...