Expand description
Node representation and management for grid items.
This module provides the Node
type which represents an item in the grid.
Each node has a position (x, y), dimensions (width, height), and a unique identifier.
Nodes are managed by the grid engine and can be added, moved, or removed from the grid.
Structsยง
- Node
- Represents an item in the grid with position and dimensions.