Preparing search index...
The search index is not available
@spyre-io/js
@spyre-io/js
WatchedValue
Class WatchedValue<T>
Type Parameters
T
Index
Constructors
constructor
Methods
get
Value
set
Value
watch
Constructors
constructor
new
Watched
Value
<
T
>
(
_value
)
:
WatchedValue
<
T
>
Type Parameters
T
Parameters
_value
:
T
Returns
WatchedValue
<
T
>
Methods
get
Value
get
Value
(
)
:
T
Returns
T
set
Value
set
Value
(
value
)
:
void
Parameters
value
:
T
Returns
void
watch
watch
(
listener
)
:
(
(
)
=>
void
)
Parameters
listener
:
(
(
)
=>
void
)
(
)
:
void
Returns
void
Returns
(
(
)
=>
void
)
(
)
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
Value
set
Value
watch
@spyre-io/js
Loading...