UMD Web Components Library
    Preparing search index...

    Interface ComponentErrorDetail

    Detail for component error event

    interface ComponentErrorDetail {
        details?: any;
        element: HTMLElement;
        message: string;
        tagName: string;
        timestamp?: number;
        type: "validation" | "initialization" | "runtime";
    }

    Hierarchy (View Summary)

    Index

    Properties

    details?: any

    Optional error details

    element: HTMLElement

    Component element reference

    message: string

    Error message

    tagName: string

    Component tag name

    timestamp?: number

    Timestamp of event

    type: "validation" | "initialization" | "runtime"

    Error type