useRef

External Documentation

JSObject useRef(

  1. JSAny? initialValue
)

Returns a mutable ref object whose .current property is initialized.

Implementation

external static JSObject useRef(JSAny? initialValue);