Generic Subscript

subscript(dynamicMember:)

Returns the attribute that corresponds to a specified key path. ある指定されたキーパスに対応する属性を返します。

Declaration 宣言

subscript<K>(dynamicMember keyPath: KeyPath<AttributeDynamicLookup, K>) -> K.Value? where K : AttributedStringKey { get set }

See Also 参照

Accessing Attributes 属性にアクセスする