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

Method setProperty

packages/sdk/src/adapters/iframe.test.ts:215–215  ·  view source on GitHub ↗
(name: string, value: string)

Source from the content-addressed store, hash-verified

213interface FakeStyle {
214 _props: Record<string, string>;
215 setProperty(name: string, value: string): void;
216 getPropertyValue(name: string): string;
217 removeProperty(name: string): void;
218}

Callers 15

setVarFunction · 0.80
restoreInlineDisplayFunction · 0.80
applyStudioPathOffsetFunction · 0.80
writeStudioBoxSizeVarsFunction · 0.80
writeStudioRotationVarsFunction · 0.80

Calls

no outgoing calls

Tested by 7

populatedPathElFunction · 0.64
populatedBoxElFunction · 0.64
populatedRotElFunction · 0.64
makeGsapDotFunction · 0.64
originalSeekFunction · 0.64
originalSeekFunction · 0.64
makeFunction · 0.64