@cobaltio/cobalt-js
Preparing search index...
Config
Interface Config
interface
Config
{
config_id
?:
string
;
field_errors
?:
{
error
:
{
error
?:
unknown
;
message
:
string
}
;
id
:
string
;
name
:
string
;
}
[]
;
fields
?:
ConfigField
[]
;
slug
:
string
;
workflows
?:
ConfigWorkflow
[]
;
}
Index
Properties
config_
id?
field_
errors?
fields?
slug
workflows?
Properties
Optional
config_
id
config_id
?:
string
Optional
field_
errors
field_errors
?:
{
error
:
{
error
?:
unknown
;
message
:
string
}
;
id
:
string
;
name
:
string
;
}
[]
Optional
fields
fields
?:
ConfigField
[]
slug
slug
:
string
Optional
workflows
workflows
?:
ConfigWorkflow
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
config_
id
field_
errors
fields
slug
workflows
@cobaltio/cobalt-js
Loading...