Options
All
  • Public
  • Public/Protected
  • All
Menu

The different states a RenderableDocumentPage can be in.

Index

Enumeration Members

ATTACHED_TO_DOM: "ATTACHED_TO_DOM"

The instance has been attached to the DOM but is not yet visible.

CREATED: "CREATED"

The instance has been created but is not yet attached to the DOM.

DESTROYED: "DESTROYED"

The instance has been destroyed and can no longer be used.

VISIBLE: "VISIBLE"

The instance is attached to the DOM and visible.

Generated using TypeDoc