name
indicates the name of the component (a read-only property)
let name: stringExample
Section titled “Example”const grid = webix.grid({ autoConfig:true, data:grid_data});
console.log(grid.name)indicates the name of the component (a read-only property)
let name: stringconst grid = webix.grid({ autoConfig:true, data:grid_data});
console.log(grid.name)