Companion

object Companion

Properties

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

Provide the router implementation through a CompositionLocal so deeper level Composables in the composition can have access to the current router.

Link copied to clipboard

Provide the global router instance for use outside of composition.

Link copied to clipboard

Internal global router instance for use outside of composition. Do not use directly, use global instead.