Search.../

isVisible

Indicates if the element is actually visible.

Description

If isVisible is true, the element is displayed on the page.

If isVisible is false, the element is not displayed on the page.

Type:

booleanRead Only, default value is true

Was this helpful?

Get whether the chatbox is visible

Copy Code
1let isVisible = $w("#myChatbox").isVisible; // true