Wagtail client-side components
    Preparing search index...

    A rendered group of blocks within a StructBlock, typically within a collapsible panel.

    Index

    Constructors

    Properties

    children: any[]

    The rendered children blocks, which may contain block or BlockGroup instances.

    collapsedLabel?: HTMLElement

    Element that holds the extra text when the panel is collapsed.

    container: JQuery

    The main content part within the group's collapsible panel.

    The StructBlock's Meta class for the root BlockGroup, otherwise the BlockGroup's properties.

    settings: any[]

    The rendered settings blocks, which may contain block or BlockGroup instances.

    settingsButton?: SettingsButton

    The settings button instance for toggling the visibility of the settings blocks.

    structBlock: StructBlock

    The group's collapsible panel toggle.

    Methods