A [[Component]] wrapped in a Custom Element. Custom Elements have useful
lifecycle callbacks and can attach shadow-dom.
- See also:
- Companion:
- object
Value members
Concrete methods
Triggered whenever this WebComponent is appended into a document-connected element. WebComponent ensures connectedCallback is never triggered when the element is not connected (a non-obvious behavior of regular custom elements).
Triggered whenever this WebComponent is appended into a document-connected element. WebComponent ensures connectedCallback is never triggered when the element is not connected (a non-obvious behavior of regular custom elements).
- See also:
Invoked each time the custom element is disconnected from the document's DOM.
Invoked each time the custom element is disconnected from the document's DOM.
- See also: