Mixins.ComponentParent private
Mixin for components that act as a parent component in a parent-child relationship of components
registerChild
publicRegister a component as a child of this parent
Parameters:
-
child
Object
removeChild
publicRemove the child component from this parent component
Parameters:
-
child
Object
children array protected
Array of registered child components