| 24 | } |
| 25 | |
| 26 | class DocumentNodeComponent extends Component<DocumentNodeProps> { |
| 27 | private previewFrameRef: React.RefObject<HTMLIFrameElement> |
| 28 | private hiddenFrameRef: React.RefObject<HTMLIFrameElement> |
| 29 | private hiddenFrameState: FrameState |
nothing calls this directly
no outgoing calls
no test coverage detected