LiquidGlassJS - v0.0.0
    Preparing search index...

    Interface LiquidGlassHandle

    interface LiquidGlassHandle {
        backend: BackendId;
        element: Element;
        destroy(): void;
        on(event: LiquidGlassEventName, cb: (detail: string) => void): () => void;
        set(options: LiquidGlassOptions): void;
    }
    Index
    backend: BackendId
    element: Element
    • Returns void