@ptkl/sdk - v1.3.4
Preparing search index...
v0.10/types/component
Extension
Type Alias Extension
type
Extension
=
{
config
?:
Record
<
string
,
any
>
;
fields
?:
SettingsField
[]
;
functions
?:
Function
[]
;
is_active
:
boolean
;
name
:
string
;
templates
?:
Record
<
string
,
any
>
;
templates_dist
?:
TemplatesDist
;
version
?:
string
;
workflows
?:
Record
<
string
,
any
>
[]
;
}
Index
Properties
config?
fields?
functions?
is_
active
name
templates?
templates_
dist?
version?
workflows?
Properties
Optional
config
config
?:
Record
<
string
,
any
>
Optional
fields
fields
?:
SettingsField
[]
Optional
functions
functions
?:
Function
[]
is_
active
is_active
:
boolean
name
name
:
string
Optional
templates
templates
?:
Record
<
string
,
any
>
Optional
templates_
dist
templates_dist
?:
TemplatesDist
Optional
version
version
?:
string
Optional
workflows
workflows
?:
Record
<
string
,
any
>
[]
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.3.4
Loading...