LiquidGlassJS - v0.0.0
    Preparing search index...

    Interface BackendSurface

    interface BackendSurface {
        backdrop: Element | null;
        element: Element;
        material: MaterialParams;
        merge?: string | null;
        mergeStrength?: number | null;
        preset: LiquidGlassPreset;
        sceneImage: string | null;
        state: SurfaceState;
    }
    Index
    backdrop: Element | null
    element: Element
    material: MaterialParams
    merge?: string | null
    mergeStrength?: number | null
    sceneImage: string | null