ThreePaneDestination

data class ThreePaneDestination<out T>(val pane: ThreePaneRole, val arguments: T? = null)

Represents a destination in the three-pane navigation system.

Parameters

T

The type of the arguments associated with the destination. It must be serializable.

Constructors

Link copied to clipboard
constructor(pane: ThreePaneRole, arguments: T? = null)

Properties

Link copied to clipboard
val arguments: T? = null

The optional arguments to pass to the destination.

Link copied to clipboard

The pane destination of the navigation.