Mixins.ComponentChild Class
private
Defined in:
addon/mixins/component-child.js:4
Mixin for components that act as a child component in a parent-child relationship of components
Methods
_willDestroyElement
privateUnregister form the parent component
_willRender
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
Properties
_didInsert boolean
privateflag to check if component has already been rendered, for the _willRender
event handler
_parent unknown
privatestores the parent in didInsertElement hook as a work-a-round for https://github.com/emberjs/ember.js/issues/12080