Protocolswift 6.0.1FoundationEssentials
AttributedStringKey
- iOS
- 15+
- macOS
- 12+
- tvOS
- 15+
- watchOS
- 8+
protocol AttributedStringKey
Browse conforming typesprotocol AttributedStringKey
import FoundationEssentials
associatedtype Value : Hashable
static var inheritedByAddedText: Bool { get }
static var invalidationConditions: Set<AttributedString.AttributeInvalidationCondition>? { get }
static var name: String { get }
static var runBoundaries: AttributedString.AttributeRunBoundaries? { get }
static var inheritedByAddedText: Bool { get }
static var invalidationConditions: Set<AttributedString.AttributeInvalidationCondition>? { get }
static var runBoundaries: AttributedString.AttributeRunBoundaries? { get }
var description: String { get }
protocol DecodableAttributedStringKey : AttributedStringKey
protocol EncodableAttributedStringKey : AttributedStringKey
protocol MarkdownDecodableAttributedStringKey : AttributedStringKey