MCPcopy Create free account
hub / github.com/microsoft/SandDance / lastBounds

Method lastBounds

packages/vega-deck.gl/src/presenter.ts:255–258  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

253 }
254
255 private lastBounds(): IBounds {
256 const { cubeCount, height, view, width } = this._last;
257 return { cubeCount, height, view, width };
258 }
259
260 private setDeckProps(stage: Stage, height: number, width: number, cubeCount: number, modifyConfig: PresenterConfig) {
261 const config = deepMerge<PresenterConfig>(defaultPresenterConfig, modifyConfig);

Callers 1

isNewBoundsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected