Ember.VisibilitySupport Class packages/ember-views/lib/mixins/visibility_support.js:14


PUBLIC

Show:

Methods

Properties

Show:

_isVisibleDidChange

private

When the view's isVisible property changes, toggle the visibility element of the actual DOM element.

Show:

isVisible

Boolean public

If false, the view will appear hidden in DOM.

Default: null