MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / opRow

Function opRow

packages/sdk-playground/src/main.ts:1144–1149  ·  view source on GitHub ↗
(...children: HTMLElement[])

Source from the content-addressed store, hash-verified

1142}
1143
1144function opRow(...children: HTMLElement[]): HTMLDivElement {
1145 const d = document.createElement("div");
1146 d.className = "op-row";
1147 for (const c of children) d.appendChild(c);
1148 return d;
1149}
1150
1151function appendRow(parent: HTMLElement, ...children: HTMLElement[]) {
1152 const row = opRow(...children);

Callers 14

buildSetStyleSectionFunction · 0.85
buildSetTextSectionFunction · 0.85
buildAddGsapTweenSectionFunction · 0.85
buildSetGsapTweenSectionFunction · 0.85
buildLabelSectionFunction · 0.85
buildClassStyleSectionFunction · 0.85
buildAttributeSectionFunction · 0.85
buildVariableSectionFunction · 0.85
buildFindSectionFunction · 0.85
buildVersionsSectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected