List - rappid/rAppid.js GitHub Wiki

List

Lists are special Bindables holding elements identified by an index in a concrete order. The are like javascript Arrays but send Events on modification so that the user interface can react on those changes.

Interface

add: function(items, options)