NavigationBundleValue

sealed class NavigationBundleValue<T>

Value of a NavigationBundleSpecRow where T describes the type of the value.

Parameters

T

the type of the value.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard

A NavigationBundleValue containing a nullable T

Link copied to clipboard

A NavigationBundleValue containing a value of a serializable class T

Properties

Link copied to clipboard
abstract val value: T

The T value of this NavigationBundleValue