Type interface
Defines events for the List.
Inheritance
IListEvents does not extend any other symbol.
IListEvents is not extended by any other symbol.
Properties
|
insertIndex # |
Param { index: Invoked when |
|---|---|
|
inserted # |
Param { newValue: Invoked when item is added to the list. @todo remove this later? |
|
removeIndex # |
Param { index: Invoked when item is removed. |
|
removed # |
Param { oldValue: Invoked when item is removed from the list. @todo remove this later? |
|
setAll # |
Param { newArray: Invoked when |
|
setIndex # |
Param { index: Invoked when |