Class that wraps a NavEntry within another NavEntry.

This provides a nesting mechanism for NavEntrys that allows properly nested content.

Summary

Public constructors

<T : Any> NavEntryWrapper(navEntry: NavEntry<T>)
Cmn

Public properties

open @Composable (T) -> Unit

content for this entry to be displayed when this entry is active

Cmn
open T

key for this entry

Cmn
open Map<StringAny>

provides information to the display

Cmn
NavEntry<T>

the NavEntry to wrap

Cmn

Public constructors

<T : Any> NavEntryWrapper(navEntry: NavEntry<T>)
Parameters
navEntry: NavEntry<T>

the NavEntry to wrap

Public properties

content

open val content: @Composable (T) -> Unit

content for this entry to be displayed when this entry is active

key

open val key: T

key for this entry

metadata

open val metadataMap<StringAny>

provides information to the display

val navEntryNavEntry<T>

the NavEntry to wrap