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

Function propSection

packages/sdk-playground/src/main.ts:655–663  ·  view source on GitHub ↗
(title: string)

Source from the content-addressed store, hash-verified

653}
654
655function propSection(title: string): HTMLDivElement {
656 const sec = document.createElement("div");
657 sec.className = "prop-section";
658 const h = document.createElement("div");
659 h.className = "prop-section-title";
660 h.textContent = title;
661 sec.appendChild(h);
662 return sec;
663}
664
665interface TweenFormInputs {
666 method: HTMLSelectElement;

Callers 6

appendContentSectionFunction · 0.85
appendTypographySectionFunction · 0.85
appendBoxSectionFunction · 0.85
appendAttributesSectionFunction · 0.85
appendDangerSectionFunction · 0.85
appendAnimationsSectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected