Static
AllReturns the array of all registered Needle Engine contexts. Do not modify
Static
CurrentThe currently active (rendering) Needle Engine context
Static
addRegister a callback to be called when a context is created
Static
addRegister a callback to be called when a context is registered
Static
registerRegister a callback to be called when the given event occurs
Static
unregister
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