$width of ui.toggle, Others Webix Docs

StartAPI Referenceui.toggleOthers

the current width of the view

number $width;

Example

var width = $$("mylist").$width;

Details

The option is not intended for direct use. Do not try to set this value.

Back to top