@ptkl/sdk - v1.3.4
Preparing search index...
v0.10/types/component
SetupData
Type Alias SetupData
type
SetupData
=
{
dev_version
?:
string
;
env
?:
string
;
icon
?:
string
;
integrator
?:
string
;
is_active
?:
boolean
;
is_public
?:
boolean
;
label
?:
Record
<
string
,
any
>
;
name
:
string
;
project_uuid
?:
string
;
public_version
?:
string
;
roles
?:
string
[]
;
scope
?:
string
;
settings
?:
Settings
;
tag
:
string
;
template_component_id
?:
string
;
workspaces
?:
string
[]
;
}
Index
Properties
dev_
version?
env?
icon?
integrator?
is_
active?
is_
public?
label?
name
project_
uuid?
public_
version?
roles?
scope?
settings?
tag
template_
component_
id?
workspaces?
Properties
Optional
dev_
version
dev_version
?:
string
Optional
env
env
?:
string
Optional
icon
icon
?:
string
Optional
integrator
integrator
?:
string
Optional
is_
active
is_active
?:
boolean
Optional
is_
public
is_public
?:
boolean
Optional
label
label
?:
Record
<
string
,
any
>
name
name
:
string
Optional
project_
uuid
project_uuid
?:
string
Optional
public_
version
public_version
?:
string
Optional
roles
roles
?:
string
[]
Optional
scope
scope
?:
string
Optional
settings
settings
?:
Settings
tag
tag
:
string
Optional
template_
component_
id
template_component_id
?:
string
Optional
workspaces
workspaces
?:
string
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
dev_
version
env
icon
integrator
is_
active
is_
public
label
name
project_
uuid
public_
version
roles
scope
settings
tag
template_
component_
id
workspaces
@ptkl/sdk - v1.3.4
Loading...