@geogirafe/lib-geoportal
    Preparing search index...

    Interface ISessionManager

    interface ISessionManager {
        beginSession(): void;
        hasState(): boolean;
        saveStateToSession(): void;
        setStateFromSession(): boolean;
    }

    Implemented by

    Index