Contents

DecodableAttributedStringKey

A protocol that defines how an attribute key decodes its value.

Declaration

protocol DecodableAttributedStringKey : AttributedStringKey

Overview

Implement this protocol to make an attribute decodable. Decoding an AttributedString or AttributeContainer drops any attributes whose types don’t conform to this protocol.

Topics

Decoding Values

See Also

Encoding and Decoding Keys