Home > @xoram/plugin-panoramique > PanoramiqueStore > removeChild
PanoramiqueStore.removeChild property
Remove a previously added child from its parent. This will not remove the child's harness from the store, simply sever the link between the two components.
Signature:
typescript
removeChild: (parent: string, child: string, slotName?: string) => void;
1