name

returns the name of the component

string name;

Example

alert(webix.name); // -> 'core'


Default value:

'core'
Details

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

Back to top