SingleValueNavigationAction
open class SingleValueNavigationAction<T>(val value: T, val type: NavigationBundleSpecType<T>) : NavigationAction<SingleValueNavigationSpec.Row<T>>
A NavigationAction that has a SingleValueNavigationSpec bundle.
Parameters
T
the value type to be passed when navigating using this action.
Properties
Link copied to clipboard
The NavigationBundle containing rows of B used to configure navigation.
Link copied to clipboard
The NavigationBundleSpecType associated with T.