Skip to content
ohitsdaniel edited this page Apr 29, 2021 · 12 revisions

Types

Protocols

  • NavigationTree: NavigationTrees define all valid navigation paths in an application
  • PathBuilder: PathBuilders define how a navigation path is built into a view hierarchy
  • Screen: The Screen protocol is the underlying protocol for navigation path elements. Each navigation path element defines how it is presented.

Global Typealiases

  • ScreenID: A unique identifier for Screens

Extensions

Clone this wiki locally