Forest Admin - API reference
Preparing search index...
@forestadmin/agent
DataSourceOptions
Type Alias DataSourceOptions
type
DataSourceOptions
=
{
exclude
?:
string
[]
;
include
?:
string
[]
;
rename
?:
(
(
oldName
:
string
)
=>
string
)
|
{
[
oldName
:
string
]:
string
}
;
}
Index
Properties
exclude?
include?
rename?
Properties
Optional
exclude
exclude
?:
string
[]
Optional
include
include
?:
string
[]
Optional
rename
rename
?:
(
(
oldName
:
string
)
=>
string
)
|
{
[
oldName
:
string
]:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
exclude
include
rename
Forest Admin - API reference
Loading...