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

Method view

packages/vega-deck.gl/src/presenter.ts:82–84  ·  view source on GitHub ↗

* Get the current View camera type.

()

Source from the content-addressed store, hash-verified

80 * Get the current View camera type.
81 */
82 get view(): View {
83 return this._last.view;
84 }
85
86 private queuedAnimationOptions: QueuedAnimationOptions;
87 private _last: IBounds & { stage: Stage };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected