MCPcopy Create free account
hub / github.com/codeaashu/claude-code / setMargin

Method setMargin

src/ink/layout/yoga.ts:276–278  ·  view source on GitHub ↗
(edge: LayoutEdge, value: number)

Source from the content-addressed store, hash-verified

274 }
275
276 setMargin(edge: LayoutEdge, value: number): void {
277 this.yoga.setMargin(EDGE_MAP[edge]!, value)
278 }
279 setPadding(edge: LayoutEdge, value: number): void {
280 this.yoga.setPadding(EDGE_MAP[edge]!, value)
281 }

Callers 1

applyMarginStylesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected