Wagtail client-side components
    Preparing search index...

    Properties of BlockGroup.

    interface BlockGroupDefinitionOpts {
        attrs: Record<string, string>;
        children: [entry: string | BlockGroupDefinition, id: string][];
        classname: string;
        cleanName: string;
        heading: string;
        helpText?: string;
        icon: string;
        labelFormat?: string;
        settings: [entry: string | BlockGroupDefinition, id: string][];
    }

    Hierarchy (View Summary)

    Index

    Properties

    attrs: Record<string, string>
    children: [entry: string | BlockGroupDefinition, id: string][]
    classname: string
    cleanName: string
    heading: string
    helpText?: string
    icon: string
    labelFormat?: string
    settings: [entry: string | BlockGroupDefinition, id: string][]