Mixins.ComponentParent Class
private
Defined in:
addon/mixins/component-parent.js:3
Mixin for components that act as a parent component in a parent-child relationship of components
Methods
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
Properties
children array
protectedArray of registered child components