Row

A NavigationBundleSpecRow that contains only a single value.

Parameters

T

the type to be stored in this row.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
open val key: String?

Key for this row. Used for converting rows to data types. Defaults to the name of the row, but can be overwritten if required

Link copied to clipboard

Functions

Link copied to clipboard

Converts a given value to the NavigationBundleValue associated with this row