Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/heygen-com/hyperframes
/ resolveRootCompositionElement
Function
resolveRootCompositionElement
packages/core/src/runtime/init.ts:319–319 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
317
};
318
319
const
resolveRootCompositionElement = (): HTMLElement | null => findRootCompositionEl();
320
321
const
applyCompositionSizing = () => {
322
const
rootEl = resolveRootCompositionElement();
Callers
12
applyCompositionSizing
Function · 0.85
sanitizeCompositionDurationAttributes
Function · 0.85
applyClipLayout
Function · 0.85
resolveAuthoredCompositionDurationFloorSeconds
Function · 0.85
resolveRootTimelineFromDocument
Function · 0.85
bindRootTimelineIfAvailable
Function · 0.85
emitRootStageLayoutDiagnostics
Function · 0.85
syncMediaForCurrentState
Function · 0.85
postTimeline
Function · 0.85
publishRenderReadyAfterTimelineBinding
Function · 0.85
seekStandaloneRegisteredTimelines
Function · 0.85
initSandboxRuntimeModular
Function · 0.85
Calls
1
findRootCompositionEl
Function · 0.85
Tested by
no test coverage detected