type PositionMode = "Absolute" | "Percent" | "Auto";
Represents the mode for positioning blocks.
The PositionMode
type provides a set of values that control the mode for
positioning blocks. These options include settings for absolute positioning,
percentage-based positioning, and automatic positioning.