Keyed

data class Keyed(val key: ElementKey<*>) : ElementIdentity(source)

A non-null application key scoped to one direct-sibling list.

Constructors

Link copied to clipboard
constructor(key: ElementKey<*>)

Properties

Link copied to clipboard
val key: ElementKey<*>