MCPcopy
hub / github.com/palantir/plottable / height

Method height

src/components/component.ts:613–615  ·  view source on GitHub ↗

* Gets the height of the Component in pixels.

()

Source from the content-addressed store, hash-verified

611 * Gets the height of the Component in pixels.
612 */
613 public height(): number {
614 return this._height;
615 }
616
617 /**
618 * Gets the origin of the Component relative to its parent.

Callers 15

renderMethod · 0.95
boundsMethod · 0.95
groupTests.tsFile · 0.80
labelTests.tsFile · 0.80
verifyOriginsFunction · 0.80
tableTests.tsFile · 0.80
componentTests.tsFile · 0.80
legendTests.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected