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

    Interface BootInfoOptions

    Options for showBootInfo.

    interface BootInfoOptions {
        force?: boolean;
        duration?: number;
    }
    Index

    Properties

    Properties

    force?: boolean

    Force display even when disabled via debug.showBootInfo.

    duration?: number

    Display duration in ms (reserved — currently logged only).