MCPcopy Index your code
hub / github.com/microsoft/SandDance / disableSignal

Method disableSignal

docs/app/js/sanddance-app.js:12114–12117  ·  view source on GitHub ↗
(signal)

Source from the content-addressed store, hash-verified

12112 })));
12113 }
12114 disableSignal(signal) {
12115 if (this.props.view === "2d" && signal.name === (0, _sanddanceReact.SandDance).constants.SignalNames.ZGrounded) return true;
12116 return false;
12117 }
12118 }
12119 return new __Chart(_props);
12120}

Callers 1

renderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected