Optional modeOptional skipSkips the current value during an subscription. This is relevant for
nope.types.INopeObservable. Subscriptions on INopeEventEmitter
will only get informed on an updates. Events are not persitent.
Optional typeThe Style, how the callback should be called.
use "immediate" to prevent cycles.
Normaly this options is selected by the system.
Generated using TypeDoc
If the Emitter is connected to the pubsubsystem (see nope.pubSub) message can be shared in different ways:
topic/of/emitter; event emitted ontopic)->use the modesupertopic/of/emitter; event emitted ontopic/of/emitter)->use the modedirecttopic/of/emitter; event emitted ontopic/of/emitter/subtopic)->use the modesubDefaultly on all type of changes the wait method will be react.