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

Method height

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

Source from the content-addressed store, hash-verified

25 set width(v: string) { this.attrs.width = v; }
26
27 get height(): string | undefined { return this.attrs.height; }
28 set height(v: string) { this.attrs.height = v; }
29
30 get className(): string | undefined { return this.attrs.class; }

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