Skip to main content

Type Alias: OrbiterPosition

OrbiterPosition = "top-right" | "top-left" | "bottom-right" | "bottom-left" | "top" | "bottom" | "left" | "right"

Defined in: src/ui/layouts/Orbiter.ts:9

A layout container designed to hold secondary UI elements, such as an exit button or settings icon. It typically "orbits" or remains attached to a corner of its parent panel, outside the main content area.