WatchedValueSubscribeOptions
Interface
Types Module: Broker
Properties
callWithLast
Optionalif it is set to true then the callback will be executed with the previous value (if available)
Type
boolean
once
OptionalSubscribe for only one update, and remove subscription afterwards. (the callback will be executed only once)
Type
boolean