* get a reference to the underlying Node instance * @return {Node}
()
| 18 | * @return {Node} |
| 19 | */ |
| 20 | getNodeRef() { |
| 21 | return this._node; |
| 22 | } |
| 23 | _onRef = (node: Node | null) => { |
| 24 | this._node = node; |
| 25 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected