ArrayModifier.ArrayModifier Class
Defined in:
Module: ember-array-modifier-typesaddon/array-modifier-types/ArrayModifier.js:3
Parent Module: ember-array-modifier
Base class for array modifier
Item Index
Properties
Methods
addModifierObservers
(
-
context
-
method
Function called when observers are supposed to be added.
Parameters:
-
context
ClassContext to add the observer to.
-
method
String | FunctionMethod to be called when observer is called.
removeModifierObservers
(
-
context
-
method
Function called when observers are supposed to be removed.
Parameters:
-
context
ClassContext to add the observer to.
-
method
String | FunctionMethod to be called when observer is called.
Properties
addObserverToAll
Boolean
Set to true if a listener on all objects in the array should be added.
Default: true
groupType
String
Array modifier group type the modifier belongs to.
Default: "basic"
priority
Number
Priority to run this modifier
Default: 1
property
String
Property the modifier applies on.
type
String
Type of the array modifier.
Default: "basic"