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

Method xExtent

src/components/yDragBoxLayer.ts:57–62  ·  view source on GitHub ↗
(xExtent?: (number | { valueOf(): number })[])

Source from the content-addressed store, hash-verified

55 public xExtent(): (number | { valueOf(): number })[];
56 public xExtent(xExtent: (number | { valueOf(): number })[]): this;
57 public xExtent(xExtent?: (number | { valueOf(): number })[]): any {
58 if (xExtent == null) {
59 return super.xExtent();
60 }
61 throw new Error("YDragBoxLayer has no xExtent");
62 }
63}

Callers 3

runFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected