Companion

Properties

Link copied to clipboard
@get:Composable
val current: RoutingModel

Provide the routing model instance through a CompositionLocal so deeper level Composables in the composition can have access to the current routing model.

Link copied to clipboard

Provides the global routing modal instance for use outside of composition.

Link copied to clipboard

Internal global routing model instance for use outside of composition. Do not use directly. Use RoutingModel.global instead.