Contents

subscript(_:)

Gets or sets the component with a specific dynamically supplied type.

Declaration

@MainActor @preconcurrency subscript(componentType: any Component.Type) -> (any Component)? { get set }

See Also

Accessing members