Mixins.ComponentChild private
Mixin for components that act as a child component in a parent-child relationship of components
_registerWithParent
privateRegister ourself as a child at the parent component
We use the willRender
event here to also support the fastboot environment, where there is no didInsertElement
_unregisterFromParent
privateUnregister from the parent component
_didRegister boolean private
flag to check if component has already been registered
_parent unknown private
The parent component