MCPcopy
hub / github.com/audreyt/ethercalc / width

Method width

packages/socialcalc-headless/src/dom-shim.ts:24–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 set id(v: string) { this.attrs.id = v; }
23
24 get width(): string | undefined { return this.attrs.width; }
25 set width(v: string) { this.attrs.width = v; }
26
27 get height(): string | undefined { return this.attrs.height; }

Callers 4

iFunction · 0.80
ethercalc.jsFile · 0.80
sFunction · 0.80
jquery-ui.min.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected