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

Method width

src/components/component.ts:606–608  ·  view source on GitHub ↗

* Gets the width of the Component in pixels.

()

Source from the content-addressed store, hash-verified

604 * Gets the width of the Component in pixels.
605 */
606 public width(): number {
607 return this._width;
608 }
609
610 /**
611 * Gets the height of the Component in pixels.

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
relevantDimensionFFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected