Skip to content

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)