Interface ErrorContext<T>

interface ErrorContext<T> {
    component: T;
    config: T["defaults"];
    element: Element;
}

Type Parameters

Properties

component: T

Class of component

config: T["defaults"]

Config supplied to component

element: Element

Element used for component module initialisation