Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ryanseddon/react-frame-component
/ getDoc
Method
getDoc
src/Frame.jsx:71–73 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
69
}
70
71
getDoc() {
72
return this.nodeRef.current ? this.nodeRef.current.contentDocument : null;
73
}
74
75
getMountTarget() {
76
const doc = this.getDoc();
Callers
3
componentDidMount
Method · 0.95
getMountTarget
Method · 0.95
renderFrameContents
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected