Hierarchy

  • Context
    • HTMLContext

Constructors

  • Creates an instance of Context.

    Parameters

    • contextManager: ContextManager

      The current ContextManager

    • constructorProps: {}

      The constructor properties.

      Returns HTMLContext

    Methods

    • Returns never

    Properties

    constructorProps: {}
    contextManager: ContextManager
    disposed: boolean
    onCSSChanged: Event<[]> = ...
    onNodeConstructed: Event<[Node]> = ...
    onNodeDisposed: Event<[Node]> = ...