getWidget()
returns the widget attached to a layout cell
getWidget(): object;
Returns:
An object of a widget attached to a cell.
Example
// id - the id of a cell a widget is attached to
const widget = layout.getCell("id").getWidget();
returns the widget attached to a layout cell
An object of a widget attached to a cell.
Example
// id - the id of a cell a widget is attached to
const widget = layout.getCell("id").getWidget();