DocumentInfo

Types

Link copied to clipboard

enum class Argument defines all the various (optional) arguments that can be passed to the route (DOCUMENT_INFO)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun getArguments(): List<NamedNavArgument>

Return a list of all arguments that can be optionally passed to this route

Link copied to clipboard
fun <T, V> getRouteWithArguments(argumentList: List<Pair<T, V>>): String