findDOMNode top-level property

Function findDOMNode
getter/setter pair

If the component has been mounted into the DOM, this returns the corresponding native browser DOM Element.

Implementation

Function findDOMNode = validateJsApiThenReturn(() => _findDomNode);