Indicates if the chatbox is visible or hidden.
If hidden
is true
, the chatbox is not displayed on the page.
If hidden
is false
, the chatbox is displayed on the page.
To set the hidden
property on the chatbox, use the chatbox's
hide()
or show()
functions.
If you select Hidden on load in the chatbox's Properties panel
in the Editor, the hidden
property is set to true
when the page loads.