Interface LifeCycleObject

interface LifeCycleObject {
    element: DocumentFragment | Element;
    state: any;
    template: HTMLTemplateElement;
}

Properties

state: any