Enable/disable/configure dragging for grid elements.
Grid item element(s) to configure
Drag options or command ('enable', 'disable', 'destroy', 'option', or config object)
Optional
key: DDKeyOption key when using 'option' command
Optional
value: DDValueOption value when using 'option' command
this instance for chaining
Optional
key: DDKeyOptional
value: DDValueEnable/disable/configure resizing for grid elements.
Grid item element(s) to configure
Resize options or command ('enable', 'disable', 'destroy', 'option', or config object)
Optional
key: DDKeyOption key when using 'option' command
Optional
value: 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.