name

indicates the name of the component (a read-only property)

string name;

Example

var name = $$('myList').data.name //-> "DataStore"

Details

The hardcoded value of the property is "DataStore".

Back to top