Wagtail client-side components
    Preparing search index...
    interface MinimapProps {
        anchorsContainer: HTMLElement;
        container: HTMLElement;
        links: readonly MinimapMenuItem[];
        onUpdate: (container: HTMLElement) => void;
        toggleAllPanels: (expanded: boolean) => void;
    }
    Index

    Properties

    anchorsContainer: HTMLElement
    container: HTMLElement
    links: readonly MinimapMenuItem[]
    onUpdate: (container: HTMLElement) => void
    toggleAllPanels: (expanded: boolean) => void