Datalayer Desktop - v0.0.3
    Preparing search index...

    Interface PreloadState

    State interface for preloading operations.

    interface PreloadState {
        error: Error | null;
        isPreloaded: boolean;
        isPreloading: boolean;
    }

    Hierarchy (View Summary)

    Index
    error: Error | null
    isPreloaded: boolean
    isPreloading: boolean