Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/gridstack/gridstack.js
/ _ui
Method
_ui
src/dd-droppable.ts:172–177 ·
view source on GitHub ↗
@internal
(drag: DDDraggable)
Source
from the content-addressed store, hash-verified
170
171
/** @internal */
172
protected _ui(drag: DDDraggable): DDUIData {
173
return
{
174
draggable: drag.el,
175
...drag.ui()
176
};
177
}
178
}
179
Callers
6
_mouseEnter
Method · 0.95
_mouseLeave
Method · 0.95
drop
Method · 0.95
_resizeStart
Method · 0.80
_resizing
Method · 0.80
dd-droppable-spec.ts
File · 0.80
Calls
1
ui
Method · 0.80
Tested by
no test coverage detected