UMD Web Elements Library
    Preparing search index...

    Variable overlayConst

    overlay: (
        props: PathwayOverlayProps,
    ) => {
        destroy?: () => void;
        element: HTMLElement;
        events: { loadAnimation: () => void };
        styles: string;
        update?: (props: Partial<BuilderOptions>) => void;
    } = CreatePathwayOverlayElement

    Type Declaration

      • (
            props: PathwayOverlayProps,
        ): {
            destroy?: () => void;
            element: HTMLElement;
            events: { loadAnimation: () => void };
            styles: string;
            update?: (props: Partial<BuilderOptions>) => void;
        }
      • Parameters

        • props: PathwayOverlayProps

        Returns {
            destroy?: () => void;
            element: HTMLElement;
            events: { loadAnimation: () => void };
            styles: string;
            update?: (props: Partial<BuilderOptions>) => void;
        }