Enable/disable/configure dragging for grid elements.
Grid item element(s) to configure
Drag options or command ('enable', 'disable', 'destroy', 'option', or config object)
Optionalkey: DDKeyOption key when using 'option' command
Optionalvalue: DDValueOption value when using 'option' command
this instance for chaining
Optionalkey: DDKeyOptionalvalue: DDValueEnable/disable/configure resizing for grid elements.
Grid item element(s) to configure
Resize options or command ('enable', 'disable', 'destroy', 'option', or config object)
Optionalkey: DDKeyOption key when using 'option' command
Optionalvalue: DDValueOption value when using 'option' command
this instance for chaining
HTML Native Mouse and Touch Events Drag and Drop functionality.
This class provides the main drag & drop implementation for GridStack, handling resizing, dragging, and dropping of grid items using native HTML5 events. It manages the interaction between different DD components and the grid system.