Skip to content

hasCss

checks if item has specific css class

function hasCss(
// item id
id: id,
// name of css class that needs to be checked
css: string
): void
grid.hasCss(12, "xw_second");