subscript(dynamicMember:)

Returns a scoped attribute container that a key path indicates.

Declaration

subscript<S>(dynamicMember keyPath: KeyPath<AttributeScopes, S.Type>) -> ScopedAttributeContainer<S> where S : AttributeScope { get set }