NavigationDirections

Sealed class defining the top-level navigation directions for the application.

Each object representing a feature module is marked as Serializable to be used with Type-Safe Navigation.

Types

Link copied to clipboard
@Serializable
object ClientsFeature : ParentFeature

Navigation destination for the Clients feature.

Link copied to clipboard
@Serializable
object ProductsFeature : ParentFeature

Navigation destination for the Products feature.

Link copied to clipboard
@Serializable
object SalesFeature : ParentFeature

Navigation destination for the Sales feature.