Component.addChild method
Component › addChild
Official
Adds a child component, loading it if this component is loaded.Signature:
addChild(component: T): TParameters:
| Parameter | Type | Description |
|---|---|---|
| component | T |
Returns: T
Since: 0.12.0
Component › addChild
Official
Adds a child component, loading it if this component is loaded.Signature:
addChild(component: T): TParameters:
| Parameter | Type | Description |
|---|---|---|
| component | T |
Returns: T
Since: 0.12.0