API Docs 0.11.3.33c7ec07

private

Mixin for components that act as a child component in a parent-child relationship of components

Show:

Item Index

Properties

Methods

_willDestroyElement

private

Unregister form the parent component

_willRender

private

Register 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

private

flag to check if component has already been rendered, for the _willRender event handler

_parent unknown

private

stores the parent in didInsertElement hook as a work-a-round for https://github.com/emberjs/ember.js/issues/12080