Documentation

name

returns the name of the component (by default, 'Core')

string name;

Example

alert(webix.name);

Details

We strongly encourage you not to change the value of the property

Back to top