UMD Web Elements Library
    Preparing search index...

    Interface LazyImageResult

    Return type for lazy image element

    interface LazyImageResult {
        destroy: () => void;
        element: HTMLElement;
        isLoaded: () => boolean;
        load: () => void;
        styles: string;
    }
    Index

    Properties

    destroy: () => void

    Disconnect the observer and cleanup

    element: HTMLElement

    The wrapper element

    isLoaded: () => boolean

    Check if image has been loaded

    load: () => void

    Manually trigger loading (useful for programmatic control)

    styles: string

    Associated CSS styles