Contents

subscript(_:)

Returns the attribute that corresponds to a specified key.

Declaration

@preconcurrency subscript<T>(_: T.Type) -> T.Value? where T : AttributedStringKey, T.Value : Sendable { get set }

See Also

Accessing Attributes