current

JSAny? get current

The current value stored in the ref.

Implementation

external JSAny? get current;

set current (JSAny? value)

Sets the current value stored in the ref.

Implementation

external set current(JSAny? value);