Skip to content

ReactiveString

Represents the reactive userdata for String type

Attributes:

Methods:

attr value

value: string

Type: string

method get

function get() -> string

Get the value of the reactive variable

Returns:

method set

function set(value: string) -> nil

Set the value of the reactive variable

Parameters:

Returns: