Wagtail client-side components
Preparing search index...
components/StreamField/blocks/StructBlock
StructBlockDefinitionMeta
Interface StructBlockDefinitionMeta
Common options for both
StructBlock.Meta
and
BlockGroup
.
interface
StructBlockDefinitionMeta
{
attrs
:
Record
<
string
,
string
>
;
blockDefId
:
string
;
classname
:
string
;
collapsed
:
boolean
;
description
:
string
;
formLayout
:
BlockGroupDefinition
;
formTemplate
?:
string
;
helpText
?:
string
;
icon
:
string
;
isPreviewable
:
boolean
;
label
:
string
;
labelFormat
?:
string
;
required
:
boolean
;
}
Hierarchy (
View Summary
)
BaseGroupOpts
StructBlockDefinitionMeta
Index
Properties
attrs
block
Def
Id
classname
collapsed
description
form
Layout
form
Template?
help
Text?
icon
is
Previewable
label
label
Format?
required
Properties
attrs
attrs
:
Record
<
string
,
string
>
block
Def
Id
blockDefId
:
string
classname
classname
:
string
collapsed
collapsed
:
boolean
description
description
:
string
form
Layout
formLayout
:
BlockGroupDefinition
Optional
form
Template
formTemplate
?:
string
Optional
help
Text
helpText
?:
string
icon
icon
:
string
is
Previewable
isPreviewable
:
boolean
label
label
:
string
Optional
label
Format
labelFormat
?:
string
required
required
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attrs
block
Def
Id
classname
collapsed
description
form
Layout
form
Template
help
Text
icon
is
Previewable
label
label
Format
required
Wagtail client-side components
Loading...
Common options for both
StructBlock.MetaandBlockGroup.