The initial string value for this observable.
Optionaloptions: ObservableOptionsOptional configuration for the observable, such as whether the value can be written by the client.
Gets filtered data from the Observable (only available for strings). In case of failure, it will return an array of TextFilteringError that can provide more context about the filtering process. For testing purposes, the options are available under 'Creator -> Text Filtering' settings menu. This delay is only applied to the getFilteredText function and can be used to simulate network latency when testing.
This function can't be called in restricted-execution mode.
The new string value to set.
A function that receives the new string value each time the observable changes.
The callback handle previously returned by subscribe.
Rc
An observable that holds a string value. Listeners are notified whenever the value changes.