StartDestination

@Serializable
sealed class StartDestination(source)

Inheritors

Types

Link copied to clipboard
@Serializable
data class DirectScreen(val screen: Screen) : StartDestination
Link copied to clipboard
@Serializable
data class GraphReference(val graphId: String) : StartDestination