GeoLeaf Core API - v3.0.0
    Preparing search index...

    The object mounted on GeoLeaf.ProfileSwitcher.

    interface ProfileSwitcherPublicApi {
        list(): AvailableProfileEntry[];
        current(): string | null;
        switchTo(id: string): void;
        isEnabled(): boolean;
        getConfig(): ProfileSwitcherCapabilityConfig;
    }
    Index

    Methods