[Go to site: main page, start]

A custom HTMLElement that is used to wrap enriched content that requires additional interactivity.

Hierarchy (View Summary)

Index

Properties

tagName: string = "document-embed"

The HTML tag named used by this element.

Methods

  • Invoke the Document#onEmbed callback when it is added to the DOM.

    Returns void

  • Called when the element is first removed from a Document. In cases where it is then moved into another Document, this callback is invoked before adoptedCallback, so we must also re-apply the prototype here so that subclasses have any disconnectedCallback overrides invoked appropriately.

    Returns void