PreviewWorld mutation Early executionThe initial UIRawMessage value for this observable.
Optionaloptions: ObservableOptionsOptional configuration for the observable, such as whether the value can be written by the client.
World mutation Early executionThe new UIRawMessage value to set.
World mutation Early executionA function that receives the new UIRawMessage value each time the observable changes.
World mutation Early executionThe callback handle previously returned by subscribe.
An observable that holds a UIRawMessage value. Listeners are notified whenever the value changes.