Use to register to various Needle Engine context events and to get access to all current instances
e.g. when being created in the DOM

Constructors

Properties

Registered: IContext[] = []

All currently registered Needle Engine contexts. Do not modify

Accessors

  • get All(): IContext[]
  • Returns the array of all registered Needle Engine contexts. Do not modify

    Returns IContext[]

  • get Current(): IContext
  • The currently active (rendering) Needle Engine context

    Returns IContext

Methods

  • Parameters

    • callback: ContextCallback

    Returns void

  • Parameters

    • callback: ContextCallback

    Returns void

  • Parameters

    • evt: ContextEvent
    • callback: ContextCallback

    Returns void

  • Parameters

    • evt: ContextEvent
    • callback: ContextCallback

    Returns void

Generated using TypeDoc