AttributesHolder

An object associated with a list of attributes.

Inheritors

Properties

Link copied to clipboard
Link copied to clipboard

Associated list of attributes.

Link copied to clipboard
open val language: Language?

Functions

Link copied to clipboard
open fun <V> attribute(key: Content.AttributeKey<V>): V?

Gets the first attribute with the given key.

Link copied to clipboard
open fun <V> attributes(key: Content.AttributeKey<V>): List<V>

Gets all the attributes with the given key.