ReadOnlyProperty<T>
10/22/22Less than 1 minute
lang ReadOnlyProperty<T>
Read-only wrapper around a reactive or computed value.
Type parameters
| Name | Description |
|---|---|
T | Value type returned by get(). |
Table of contents
Methods
Methods
get
get(): T
Returns the current value.
Returns
T
