isVisible

checks whether the view is visible

boolean isVisible();

Returns

booleantrue, if the calling object is visible

Example

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

See also
Back to top