GridStackEngine Overview
masterThe GridStackEngine is the core component that handles all grid layout calculations and node positioning without performing DOM operations. It manages collision detection, layout algorithms (compact, float, etc.), resizing, and movement logic.
Note: Do not modify engine values directly; always use the main GridStack API to ensure DOM updates and events are triggered correctly.