LiquidGlassJS - v0.0.0
    Preparing search index...

    Interface Backend

    interface Backend {
        autoSelect?: boolean;
        id: BackendId;
        priority: number;
        isSupported(capabilities: Capabilities): boolean;
        mount(surface: BackendSurface): BackendInstance;
    }
    Index
    autoSelect?: boolean
    priority: number
    • Parameters

      Returns boolean