Wagtail client-side components
    Preparing search index...
    interface MinimapMenuItem {
        anchor: HTMLAnchorElement;
        errorCount: number;
        href: string;
        icon: string;
        label: string;
        level: "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
        panel: HTMLElement;
        required: boolean;
        toggle: HTMLButtonElement;
    }
    Index

    Properties

    errorCount: number
    href: string
    icon: string
    label: string
    level: "h1" | "h2" | "h3" | "h4" | "h5" | "h6"
    required: boolean