NavigationEntry
@Serializable
A single entry in the navigation back stack representing one visited destination.
Entries are immutable; the navigation system creates new instances when state changes. The path is the full slash-separated route (e.g. "auth/login"), while route is just the last segment (e.g. "login").
Properties
Link copied to clipboard
The route of the Navigatable that this entry targets (the last segment of path).
Link copied to clipboard
Alias for navigatableRoute — the short route of the Navigatable.
Link copied to clipboard
Zero-based index of this entry in the back stack.