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

Method hasSelectedData

docs/app/js/sanddance-app.js:10536–10538  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10534 return !!this.filteredData;
10535 }
10536 hasSelectedData() {
10537 return !!this.selection;
10538 }
10539 collapse(collapsed, data = this.data) {
10540 data.forEach((datum)=>{
10541 datum[(0, _sanddanceSpecs.FieldNames).Collapsed] = collapsed;

Callers 3

renderSameLayoutMethod · 0.45
_renderMethod · 0.45
onCubeClickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected