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