UMD Web Components Library
    Preparing search index...

    Variable hooksConst

    hooks: {
        loadAnimation: (ref: Model.ElementRef) => void;
        loadOnConnect: (ref: Model.ElementRef) => any;
        resizeOnConnect: (ref: Model.ElementRef) => any;
    } = ...

    Common lifecycle hooks for component initialization and state management

    Type declaration

    • loadAnimation: (ref: Model.ElementRef) => void

      AfterConnect hook that sets up component animations Delays animation initialization to ensure proper positioning

    • loadOnConnect: (ref: Model.ElementRef) => any

      Standard afterConnect that calls the component's load event

    • resizeOnConnect: (ref: Model.ElementRef) => any

      Standard resize handler for afterConnect