Wagtail client-side components
Preparing search index...
components/StreamField/blocks/StructBlock
StructBlockDefinition
Class StructBlockDefinition
Index
Constructors
constructor
Properties
child
Block
Defs
child
Block
Defs
By
Name
collapsible
meta
name
Methods
render
Constructors
constructor
new
StructBlockDefinition
(
name
:
string
,
childBlockDefs
:
any
[]
,
meta
:
StructBlockDefinitionMeta
,
)
:
StructBlockDefinition
Parameters
name
:
string
childBlockDefs
:
any
[]
meta
:
StructBlockDefinitionMeta
Returns
StructBlockDefinition
Properties
child
Block
Defs
childBlockDefs
:
any
[]
child
Block
Defs
By
Name
childBlockDefsByName
:
Record
<
string
,
any
>
collapsible
collapsible
:
boolean
meta
meta
:
StructBlockDefinitionMeta
name
name
:
string
Methods
render
render
(
placeholder
:
JQuery
,
prefix
:
string
,
initialState
:
Record
<
string
,
any
>
,
initialError
:
Record
<
string
,
any
>
,
)
:
StructBlock
Parameters
placeholder
:
JQuery
prefix
:
string
initialState
:
Record
<
string
,
any
>
initialError
:
Record
<
string
,
any
>
Returns
StructBlock
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
child
Block
Defs
child
Block
Defs
By
Name
collapsible
meta
name
Methods
render
Wagtail client-side components
Loading...