Wagtail client-side components
Preparing search index...
components/StreamField/blocks/StructBlock
BaseGroupOpts
Interface BaseGroupOpts
Common options for both
StructBlock.Meta
and
BlockGroup
.
interface
BaseGroupOpts
{
attrs
:
Record
<
string
,
string
>
;
classname
:
string
;
helpText
?:
string
;
icon
:
string
;
labelFormat
?:
string
;
}
Hierarchy (
View Summary
)
BaseGroupOpts
BlockGroupDefinitionOpts
StructBlockDefinitionMeta
Index
Properties
attrs
classname
help
Text?
icon
label
Format?
Properties
attrs
attrs
:
Record
<
string
,
string
>
classname
classname
:
string
Optional
help
Text
helpText
?:
string
icon
icon
:
string
Optional
label
Format
labelFormat
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attrs
classname
help
Text
icon
label
Format
Wagtail client-side components
Loading...
Common options for both
StructBlock.MetaandBlockGroup.