Optional
disableDetermines if the panel open/close animation should be turned off.
Optional
disableDisables the default action that is taken when the close or close-and-restart buttons are clicked. The default action closes web chat and disabling this will cause the button to not do anything. You can override the button behavior by using the onClickClose or onClickCloseAndRestart callback.
Optional
hideIndicates if the back button in the custom panel should be hidden.
Optional
hideIndicates if the close-and-restart (X) button in the custom panel should be hidden. This value only applies if the close-and-restart button is enabled.
Optional
hideIndicates if the close button in the custom panel should be hidden.
Optional
hideIndicates if the panel header should be hidden.
Optional
onThis callback is called when the back button is clicked.
Optional
onThis callback is called when the close button is clicked. This is called even if disableDefaultCloseAction is set to true.
Optional
onThis callback is called when the close-and-restart button is clicked. This is called even if disableDefaultCloseAction is set to true.
Optional
onCalled when the restart button is clicked.
Optional
titleThe panel title which is left blank by default.
Options that change how the custom panel looks.