mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-01 19:42:03 +00:00
These SDK reference docs were behind the API surface: PR #2100's attachSync had zero documentation, and PR #2098/#2092's declareVariable, removeVariable, getVariableValue, listVariables, and getRootElements were all missing from composition.mdx despite being real public Composition methods. getAllAnimationIds was also undocumented (pre-existing gap, unrelated to this stack). - composition.mdx: adds getVariableValue, listVariables, declareVariable, removeVariable (Typed edit methods), getRootElements, getAllAnimationIds (Query section) - adapters.mdx: adds attachSync to the PreviewAdapter interface + a ParamField documenting its contract (immediate sync, ongoing patch mirroring, script-patch exclusion, detach semantics) - edit-operations.mdx: adds declareVariable/removeVariable rows + examples to the Variables op table