ReactiveString¶ Represents the reactive userdata for String type Attributes: value Methods: get set attr value¶ value: string Type: string method get¶ function get() -> string Get the value of the reactive variable Returns: string method set¶ function set(value: string) -> nil Set the value of the reactive variable Parameters: value¶ (string) Returns: nil