NavigationBreadcrumb

@Serializable
data class NavigationBreadcrumb(val label: String, val path: String, val isGraph: Boolean)(source)

A single step in the breadcrumb trail derived from the current navigation path.

Constructors

Link copied to clipboard
constructor(label: String, path: String, isGraph: Boolean)

Properties

Link copied to clipboard

true when this segment corresponds to a NavigationGraph route rather than a screen.

Link copied to clipboard

Human-readable segment name (first letter capitalised).

Link copied to clipboard

Cumulative slash-joined path up to and including this segment.