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

Method hasSelectedData

packages/sanddance/src/dataScope.ts:113–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111 }
112
113 public hasSelectedData() {
114 return !!this.selection;
115 }
116
117 public collapse(collapsed: boolean, data = this.data) {
118 data.forEach(datum => {

Callers 3

renderSameLayoutMethod · 0.45
_renderMethod · 0.45
onCubeClickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected