UNPKG

gridstack

Version:

TypeScript/JS lib for dashboard layout and creation, responsive, mobile support, no external dependencies, with many wrappers (React, Angular, Vue, Ember, knockout...)

14 lines 464 B
/** * dd-manager.ts 12.4.1 * Copyright (c) 2021-2025 Alain Dumesny - see GridStack root license */ /** * Global state manager for all Drag & Drop instances. * * This class maintains shared state across all drag & drop operations, * ensuring proper coordination between multiple grids and drag/drop elements. * All properties are static to provide global access throughout the DD system. */ export class DDManager { } //# sourceMappingURL=dd-manager.js.map