The type of Box#value.
The current value.
When the value is set via this setter, the class implementing this
interface should notify the observable with no group (undefined
). Note
that this is just a suggestion, not a strict requirement.
Unregister a previously registered callback from this observable.
Register a callback to this observable. When the value is changed, the callback will be called.
Optional
callNow: booleanIf true, the callback will be called once immediately after it's registered. False by default
Optional
group: unknownThe group to use when calling immediately. Only used if callNow is true, and is undefined
by default
Generic value holder interface that can be observed.