isVisible

checks whether the view is visible

boolean isVisible();
booleantrue, if the calling object is visible

Example

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

See also
Back to top