Skip to main content
Version: v26

WatchedValueSubscribeOptions

Interface

Properties

callWithLast

Optional

if it is set to true then the callback will be executed with the previous value (if available)

Type

boolean


once

Optional

Subscribe for only one update, and remove subscription afterwards. (the callback will be executed only once)

Type

boolean