BetaBetaThe initial string value for this observable.
Optionaloptions: ObservableOptionsOptional configuration for the observable, such as whether the value can be written by the client.
BetaGets 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.
BetaThe new string value to set.
BetaA function that receives the new string value each time the observable changes.
BetaThe callback handle previously returned by subscribe.
An observable that holds a string value. Listeners are notified whenever the value changes.