Home > @pago/reactive > RefObject
RefObject interface
An Ref object that supports reading & writing in the same tracked scope by providing a specific RefObject.update() method.
Signature:
export interface RefObject<T> extends Ref<T>
Extends: Ref<T>
Methods
Method | Description |
---|---|
update(fn) |