ScreenResolution

data class ScreenResolution(val navigatable: Navigatable, val actualGraphId: String)(source)

A lightweight pairing of a resolved Navigatable and the graph ID it belongs to.

Constructors

Link copied to clipboard
constructor(navigatable: Navigatable, actualGraphId: String)

Properties

Link copied to clipboard

The graph that owns navigatable.

Link copied to clipboard

The resolved destination.