SingleValueNavigationAction

A NavigationAction that has a SingleValueNavigationSpec bundle.

Parameters

T

the value type to be passed when navigating using this action.

Constructors

Link copied to clipboard
constructor(value: T, type: NavigationBundleSpecType<T>)

Properties

Link copied to clipboard

The NavigationBundle containing rows of B used to configure navigation.

Link copied to clipboard
Link copied to clipboard
val value: T

The value passed by the action