Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gridstack/gridstack.js
/ cleanDroppable
Method
cleanDroppable
src/dd-element.ts:93–99 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
91
}
92
93
public cleanDroppable(): DDElement {
94
if
(this.ddDroppable) {
95
this.ddDroppable.destroy();
96
delete this.ddDroppable;
97
}
98
return
this;
99
}
100
}
Callers
2
droppable
Method · 0.80
dd-simple-integration-spec.ts
File · 0.80
Calls
1
destroy
Method · 0.45
Tested by
no test coverage detected