useRef External Documentation React API Reference ↗ JSObject useRef( JSAny? initialValue ) Returns a mutable ref object whose .current property is initialized. Implementation external static JSObject useRef(JSAny? initialValue);