ref property

dynamic ref

This element's ref, which can be used to access the associated Component/ReactComponent/Element after it has been rendered.

See: reactjs.org/docs/refs-and-the-dom.html.

Implementation

external dynamic get ref;