Preparing search index...
The search index is not available
@betty-blocks/component-sdk
@betty-blocks/component-sdk
PrefabComponent
Interface PrefabComponent
interface
PrefabComponent
{
$afterCreate
?:
Hook
[]
;
$afterDelete
?:
Hook
[]
;
$onUpdate
?:
Hook
[]
;
actions
?:
PrefabAction
[]
;
descendants
:
PrefabReference
[]
;
id
?:
string
;
label
?:
string
;
name
:
string
;
optionCategories
?:
OptionCategory
[]
;
optionTemplates
?:
OptionTemplates
;
options
:
PrefabComponentOption
[]
;
ref
?:
{
id
:
string
;
}
;
style
?:
PrefabComponentStyle
;
type
?:
"COMPONENT"
;
}
Index
Properties
$after
Create?
$after
Delete?
$on
Update?
actions?
descendants
id?
label?
name
option
Categories?
option
Templates?
options
ref?
style?
type?
Properties
Optional
$after
Create
$after
Create
?:
Hook
[]
Optional
$after
Delete
$after
Delete
?:
Hook
[]
Optional
$on
Update
$on
Update
?:
Hook
[]
Optional
actions
actions
?:
PrefabAction
[]
descendants
descendants
:
PrefabReference
[]
Optional
id
id
?:
string
Optional
label
label
?:
string
name
name
:
string
Optional
option
Categories
option
Categories
?:
OptionCategory
[]
Optional
option
Templates
option
Templates
?:
OptionTemplates
options
options
:
PrefabComponentOption
[]
Optional
ref
ref
?:
{
id
:
string
;
}
Optional
style
style
?:
PrefabComponentStyle
Optional
type
type
?:
"COMPONENT"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
$after
Create
$after
Delete
$on
Update
actions
descendants
id
label
name
option
Categories
option
Templates
options
ref
style
type
@betty-blocks/component-sdk
Loading...