Optional
subscriptionThe Style, how the callback should be called.
use "immediate"
to prevent cycles.
Normaly this options is selected by the system.
Optional
timeoutTimeout in ms after the waifFor fails with an Timeout
Error.
Optional
triggerIf the Emitter is connected to the pubsubsystem (see nope.pubSub) message can be shared in different ways:
topic/of/emitter
; event emitted on topic
) ->
use the mode super
topic/of/emitter
; event emitted on topic/of/emitter
) ->
use the mode direct
topic/of/emitter
; event emitted on topic/of/emitter/subtopic
) ->
use the mode sub
Defaultly on all type of changes the wait method will be react.
Generated using TypeDoc
Declaration of the Options used in the
waitFor
(see waitFor) method of an INopeEventEmitter or an nope.types.INopeObservable