API Docs for: v2.11.0
Show:

Ember.InjectedProperty Class

Read-only property that returns the result of a container lookup.

Constructor

Ember.InjectedProperty

(
  • type
  • name
)
private

Parameters:

  • type String

    The container type the property will lookup

  • name String

    (optional) The name the property will lookup, defaults to the property's name

Item Index