subscript(_:)
Gets or sets the component with a specific dynamically supplied type.
Declaration
@MainActor @preconcurrency subscript(componentType: any Component.Type) -> (any Component)? { get set }Gets or sets the component with a specific dynamically supplied type.
@MainActor @preconcurrency subscript(componentType: any Component.Type) -> (any Component)? { get set }