Minimizable

The boolean attribute minimizable defines whether or not the client is able to to minimize the chat.

By default, the chat widget is minimizable! 👈

It allows you to hide the chat close button (X button) on mobile.

If defined True, the arrow will continue being displayed allowing clients to minimize it.

If defined False, the arrow will disappear.

As a boolean attribute, minimizable can only take the values true and false.

<div id="hdAttributes" minimizable="True"></div>
<div id="hdAttributes" minimizable="False"></div>

Last updated