@ptkl/sdk - v1.7.1
Preparing search index...
v0.10/types/component
Extension
Type Alias Extension
type
Extension
=
{
config
?:
Record
<
string
,
any
>
|
null
;
fields
?:
SettingsField
[]
|
null
;
functions
?:
Function
[]
|
null
;
is_active
:
boolean
;
name
:
string
;
templates
?:
Record
<
string
,
any
>
|
null
;
templates_dist
?:
TemplatesDist
|
null
;
version
?:
string
;
workflows
?:
Record
<
string
,
any
>
[]
|
null
;
}
Index
Properties
config?
fields?
functions?
is_
active
name
templates?
templates_
dist?
version?
workflows?
Properties
Optional
config
config
?:
Record
<
string
,
any
>
|
null
Optional
fields
fields
?:
SettingsField
[]
|
null
Optional
functions
functions
?:
Function
[]
|
null
is_
active
is_active
:
boolean
name
name
:
string
Optional
templates
templates
?:
Record
<
string
,
any
>
|
null
Optional
templates_
dist
templates_dist
?:
TemplatesDist
|
null
Optional
version
version
?:
string
Optional
workflows
workflows
?:
Record
<
string
,
any
>
[]
|
null
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
config
fields
functions
is_
active
name
templates
templates_
dist
version
workflows
@ptkl/sdk - v1.7.1
Loading...