Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
renderSameLayout
Method · 0.45
_render
Method · 0.45
onCubeClick
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected