type SceneLayout = "Free" | "VerticalStack" | "HorizontalStack" | "DepthStack";
The scene layout determines how the layout stack should layout its pages.
type SceneLayout = "Free" | "VerticalStack" | "HorizontalStack" | "DepthStack";
The scene layout determines how the layout stack should layout its pages.