NavigationBundleSpec

open class NavigationBundleSpec<R : NavigationBundleSpecRow<*>>(val rows: Set<R>)

A set of NavigationBundleSpecRows that can be used to form a NavigationBundle using NavigationBundleSpec.toBundle

Parameters

Inheritors

Constructors

Link copied to clipboard
constructor(rows: Set<R>)

Properties

Link copied to clipboard
val rows: Set<R>

The set of rows in this NavigationBundleSpec.

Functions