Home > @pago/reactive > ReadonlyRef
ReadonlyRef interface
A tracked reference to a value that can’t be modified.
Signature:
export interface ReadonlyRef<T>
Properties
Property | Type | Description |
---|---|---|
current | T |
Home > @pago/reactive > ReadonlyRef
A tracked reference to a value that can’t be modified.
Signature:
export interface ReadonlyRef<T>
Property | Type | Description |
---|---|---|
current | T |