name
indicates the name of the component (a read-only property)
let name: string
Example
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: string
const grid = webix.grid({ autoConfig:true, data:grid_data});
console.log(grid.name)