NavigationBundleSpecRow

open class NavigationBundleSpecRow<T>(val associatedType: NavigationBundleSpecType<T>)

A row within a NavigationBundleSpec that is associated with a given NavigationBundleSpecType

Parameters

T

the type of the NavigationBundleSpecType

Inheritors

Constructors

Link copied to clipboard
constructor(associatedType: 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

Functions

Link copied to clipboard

Converts a given value to the NavigationBundleValue associated with this row