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

    Variable BootInfoConst

    BootInfo: {
        show: (
            GeoLeaf: BootInfoNamespace | null | undefined,
            options?: BootInfoOptions,
        ) => void;
        detectPlugins: (GeoLeaf: BootInfoNamespace) => string[];
        buildMessage: (GeoLeaf: BootInfoNamespace) => BootMessage;
    } = ...

    Public API exposed on GeoLeaf.bootInfo

    Type Declaration