Type Alias: Ref<T>
Ref<
T> =object
Defined in: packages/native/dist/types.d.ts:111
A mutable reference wrapper for out-parameters.
Type Parameters
| Type Parameter | Description |
|---|---|
T | The type of the referenced value |
Properties
value
value:
T
Defined in: packages/native/dist/types.d.ts:113
The current value