(r: HTMLElement | null)
| 4570 | private element: HTMLElement; |
| 4571 | |
| 4572 | refFn(r: HTMLElement | null) { |
| 4573 | if (r) { |
| 4574 | this.element = r; |
| 4575 | } |
| 4576 | } |
| 4577 | |
| 4578 | render() { |
| 4579 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected