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

Method constructor

docs/app/js/sanddance-app.js:8430–8433  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

8428 function wrapper(props1) {
8429 class OrbitControllerInternal extends (0, _base.base).deck.OrbitController {
8430 constructor(props){
8431 super(props);
8432 this.invertPan = true;
8433 }
8434 handleEvent(event) {
8435 if (event.type === "doubletap") {
8436 if (factoryOptions && factoryOptions.doubleClickHandler) return factoryOptions.doubleClickHandler(event, this);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected