Search Docs
Loading...
Skip to content

Type Alias: UIArea

type UIArea =
| "ly.img.dock"
| "ly.img.inspector.bar"
| "ly.img.canvas.menu"
| "ly.img.navigation.bar"
| "ly.img.canvas.bar"
| "ly.img.caption.panel";

Represents a UI area where components can be ordered.

Uses the ly.img.* naming convention consistent with Feature IDs.