isVisible of ui.button, Methods Webix Docs

StartAPI Referenceui.buttonMethods

checks whether the view is visible

boolean isVisible();

booleantrue, if the calling object is visible

Example

$$('my_list').isVisible();

See also

  • API

  • Articles

  • Back to top