//readium-shared/org.readium.r2.shared.publication.services.content/Content/AttributesHolder/attributes
attributes¶
[androidJvm]\ open fun <V> attributes(key: Content.AttributeKey<V>): List<V>
Gets all the attributes with the given key.
[androidJvm]\ abstract val attributes: List<Content.Attribute<*>>
Associated list of attributes.