UMD Web Components Library
    Preparing search index...

    Interface ComponentReadyDetail

    Event detail for component:ready event

    interface ComponentReadyDetail {
        componentRef: Model.ElementRef;
        element: HTMLElement;
        shadowRoot: ShadowRoot;
        tagName: string;
        timestamp: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    componentRef: Model.ElementRef

    Component reference with methods

    element: HTMLElement

    Component element reference

    shadowRoot: ShadowRoot

    Shadow root reference

    tagName: string

    Component tag name

    timestamp: number

    Timestamp of event