name

возвращает имя компонента (свойство только для чтения)

string name;

Example

var data = new webix.DataCollection({
    url:"some_data.json" 
});
 
var name = data.name; //возвращает 'DataCollection'

Details

Значение этого свойства всегда "DataCollection".

Наверх
If you have not checked yet, be sure to visit site of our main product Webix ui library and page of tree table widget product.