MCPcopy Index your code
hub / github.com/gridstack/gridstack.js / DragOffset

Interface DragOffset

src/dd-draggable.ts:14–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12import { GridHTMLElement } from './gridstack';
13
14interface DragOffset {
15 x: number;
16 top: number;
17 width: number;
18 height: number;
19 offsetX: number;
20 offsetTop: number;
21}
22
23interface GridStackNodeRotate extends GridStackNode {
24 _origRotate?: GridStackPosition;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected