@geogirafe/lib-geoportal
    Preparing search index...
    interface IGirafePanel {
        isPanelVisible: boolean;
        panelTitle: string;
        panelTogglePath: string;
        togglePanel(isVisible: boolean): void;
    }

    Implemented by

    Index

    Properties

    isPanelVisible: boolean
    panelTitle: string
    panelTogglePath: string

    Methods