A status of rendered fragment content.

This status is replaced by the target one

Hierarchy

Properties

connected: false

Whether the content connected to the document.

This is always true for document content, but may be false e.g. until a fragment is rendered.

withinFragment: "added" | "rendered"

A status of the content within a fragment.

Can be one of:

  • 'added' - when the content is added to the fragment, but not yet rendered.
  • 'rendered' - while the content is being rendered, but not yet placed to target.

Generated using TypeDoc