RegistryComponent.getChild method
RegistryComponent › getChild
Get the single child of the given type.Signature:
getChild(componentClass: Constructor<TComponent>): TComponentParameters:
| Parameter | Type | Description |
|---|---|---|
| componentClass | Constructor<TComponent> | The class of the component to get. |
Returns: TComponent — The single registered child of the given type.