Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
annotation class AggregatorGraph(val startingDestination: KClass<out DestinationContract>, val destinations: Array<KClass<out DestinationContract>> = [], val rootGraph: Boolean = false)
Link copied to clipboard
annotation class Argument(val name: String, val argumentType: ArgumentType, val defaultValue: KClass<out ArgumentValue> = DefaultArgumentValue::class, val isNullable: Boolean = false)
Link copied to clipboard
annotation class CallbackArgument(val name: String, val argumentType: ArgumentType, val defaultValue: KClass<out ArgumentValue> = DefaultArgumentValue::class, val isNullable: Boolean = false)
Link copied to clipboard
Link copied to clipboard
annotation class Destination(val generateViewModelArguments: Boolean = false, val generateScreenEntryArguments: Boolean = false)
Link copied to clipboard
annotation class Graph(val startingDestination: KClass<out DestinationContract>, val destinations: Array<KClass<out DestinationContract>> = [], val rootGraph: Boolean = false)