Attribute

data class Attribute<V>(val key: Content.AttributeKey<V>, val value: V)

An attribute is an arbitrary key-value metadata pair.

Constructors

Link copied to clipboard
constructor(key: Content.AttributeKey<V>, value: V)

Properties

Link copied to clipboard
Link copied to clipboard
val value: V