LayoutType

LayoutType

The layout type for a frame: "stack" (flex) or "grid" (CSS grid).

Definition

type LayoutType = "stack" | "grid"

Methods & Properties