RegistryComponent.getChildren method
RegistryComponent › getChildren
Get all children of the given type.Signature:
getChildren(componentClass: Constructor<TComponent>): TComponent[]Parameters:
| Parameter | Type | Description |
|---|---|---|
| componentClass | Constructor<TComponent> | The class of the component to get. |
Returns: TComponent[] — All registered children of the given type.