Home > @xoram/plugin-panoramique > PanoramiqueStore > addChild
PanoramiqueStore.addChild property
Safely add a child to a registered harness. Will safely abort if the parent hasn't been registered yet.
Signature:
typescript
addChild: (parent: string, child: string, slotName?: string, index?: number) => void;
1