Outlet
Placeholder where each application screen's content renders inside the Shell.
Category: Structure
Problems it solves
Required for multi-screen apps — separates shared chrome from per-screen content.
How to use it
Keep exactly one Outlet in Shell → design each screen's canvas separately in Screens panel.
Examples
Example solves: shared nav + footer on every screen while Destinations / About content swaps in the middle.
Common mistakes
- Zero or multiple Outlets — application save fails validation.
Related topics
Screens panel · Application walkthrough