ItemNavKey

@Serializable
data class ItemNavKey(val itemId: String?) : NavKey

Detail destination for a single item.

Constructors

Link copied to clipboard
constructor(itemId: String?)

Properties

Link copied to clipboard

The item to edit, or null to create a new one.