Preparing search index...
The search index is not available
@betty-blocks/component-sdk
@betty-blocks/component-sdk
PrefabWrapperLinkedPartialOption
Interface PrefabWrapperLinkedPartialOption
interface
PrefabWrapperLinkedPartialOption
{
configuration
?:
PrefabWrapperLinkedOptionConfiguration
;
key
:
string
;
label
:
string
;
optionRef
?:
{
id
?:
string
;
inherit
?:
|
"name"
|
(
string
|
{}
)
[]
|
"label"
|
"value"
;
sourceId
?:
string
;
}
;
showInAddChild
?:
boolean
;
showInReconfigure
?:
boolean
;
type
:
"LINKED_PARTIAL"
;
value
?:
{
ref
:
{
componentId
:
string
;
}
;
}
;
}
Hierarchy (
view full
)
PrefabLinkedOptionBase
PrefabWrapperLinkedPartialOption
Index
Properties
configuration?
key
label
option
Ref?
show
In
Add
Child?
show
In
Reconfigure?
type
value?
Properties
Optional
configuration
configuration
?:
PrefabWrapperLinkedOptionConfiguration
key
key
:
string
label
label
:
string
Optional
option
Ref
option
Ref
?:
{
id
?:
string
;
inherit
?:
|
"name"
|
(
string
|
{}
)
[]
|
"label"
|
"value"
;
sourceId
?:
string
;
}
Optional
show
In
Add
Child
show
In
Add
Child
?:
boolean
Optional
show
In
Reconfigure
show
In
Reconfigure
?:
boolean
type
type
:
"LINKED_PARTIAL"
Optional
value
value
?:
{
ref
:
{
componentId
:
string
;
}
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
configuration
key
label
option
Ref
show
In
Add
Child
show
In
Reconfigure
type
value
@betty-blocks/component-sdk
Loading...