StaticAllReturns the array of all registered Needle Engine contexts. Do not modify
StaticCurrentThe currently active (rendering) Needle Engine context
StaticaddRegister a callback to be called when a context is created
StaticaddRegister a callback to be called when a context is registered
StaticregisterRegister a callback to be called when the given event occurs
Staticunregister
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
Example