MCPcopy Index your code
hub / github.com/heygen-com/hyperframes / setAttribute

Method setAttribute

packages/sdk/src/types.ts:397–397  ·  view source on GitHub ↗
(id: HfId, name: string, value: string | null)

Source from the content-addressed store, hash-verified

395 setStyle(id: HfId, styles: Record<string, string | null>): void;
396 setText(id: HfId, value: string): void;
397 setAttribute(id: HfId, name: string, value: string | null): void;
398 setTiming(id: HfId, timing: { start?: number; duration?: number; trackIndex?: number }): void;
399 removeElement(id: HfId): void;
400 /**

Implementers 1

CompositionImplpackages/sdk/src/session.ts

Calls

no outgoing calls

Tested by 15

makeLayerFunction · 0.52
populatedPathElFunction · 0.52
populatedBoxElFunction · 0.52
populatedRotElFunction · 0.52
populatedMotionElFunction · 0.52
makeGsapDotFunction · 0.52
buildNestedGroupsFunction · 0.52
flattenInnerRootFunction · 0.52
makeRootFunction · 0.52
makeDrawableVideoFunction · 0.52
setDeclaredFunction · 0.52
createVideoFunction · 0.52