UMD Web Components Library
    Preparing search index...

    Interface TypedComponentRef

    Extended component reference with typed events

    interface TypedComponentRef {
        element: HTMLElement;
        events?: ComponentEvents & Record<string, Function>;
        styles: string;
    }

    Hierarchy

    Index

    Properties

    element: HTMLElement
    events?: ComponentEvents & Record<string, Function>
    styles: string