MCPcopy 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

_mouseEnterMethod · 0.95
_mouseLeaveMethod · 0.95
dropMethod · 0.95
_resizeStartMethod · 0.80
_resizingMethod · 0.80

Calls 1

uiMethod · 0.80

Tested by

no test coverage detected