MCPcopy Create free account
hub / github.com/reactstrap/reactstrap / refFn

Method refFn

types/reactstrap-tests.tsx:4572–4576  ·  view source on GitHub ↗
(r: HTMLElement | null)

Source from the content-addressed store, hash-verified

4570 private element: HTMLElement;
4571
4572 refFn(r: HTMLElement | null) {
4573 if (r) {
4574 this.element = r;
4575 }
4576 }
4577
4578 render() {
4579 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected