Preparing search index...
The search index is not available
@betty-blocks/component-sdk
@betty-blocks/component-sdk
Prefab
Interface Prefab
interface
Prefab
{
actions
?:
PrefabAction
[]
;
beforeCreate
?:
string
;
category
:
string
;
description
?:
string
;
icon
:
Icon
;
interactions
?:
PrefabInteraction
[]
;
keywords
?:
string
[]
;
name
:
string
;
structure
:
PrefabReference
[]
;
type
?:
string
;
variables
?:
PrefabVariable
[]
;
}
Index
Properties
actions?
before
Create?
category
description?
icon
interactions?
keywords?
name
structure
type?
variables?
Properties
Optional
actions
actions
?:
PrefabAction
[]
Optional
before
Create
before
Create
?:
string
category
category
:
string
Optional
description
description
?:
string
icon
icon
:
Icon
Optional
interactions
interactions
?:
PrefabInteraction
[]
Optional
keywords
keywords
?:
string
[]
name
name
:
string
structure
structure
:
PrefabReference
[]
Optional
type
type
?:
string
Optional
variables
variables
?:
PrefabVariable
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actions
before
Create
category
description
icon
interactions
keywords
name
structure
type
variables
@betty-blocks/component-sdk
Loading...