Search
Loading...
Skip to content

Type Alias: SceneLayout

type SceneLayout = "Free" | "VerticalStack" | "HorizontalStack" | "DepthStack";

The scene layout determines how the layout stack should layout its pages.