Component
โบ removeChild
Component.removeChild() method
Removes a child component, unloading it
Signature:
removeChild<T extends Component>(component: T): T;
Parameters
Parameter | Type | Description |
---|---|---|
component | T |
Returns:
T
1 min read
Component
โบ removeChild
Removes a child component, unloading it
Signature:
removeChild<T extends Component>(component: T): T;
Parameter | Type | Description |
---|---|---|
component | T |
Returns:
T