Key

interface Key(source)

A key is a unique identifier for an attribute. It is used to store, retrieve and identify attributes. Keys are immutable and should be unique.

Since

1.0.0

See also

IntKey

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun type(): KType

Returns the type of the attribute that is associated with this key.