disableExit
Hides the widget close button.
Last updated
Hides the widget close button.
Attribute: disable-exit
Type: boolean
Default value: false
selphi.disableExit = true;Hides the close control in the component interface facephi-selphi-widget, forcing the Flow to be completed via API or events.
Recommended property: use showExitButton in new integrations (inverse logic: showExitButton = true is equivalent to disableExit = false).
Precedence: if you define disableExit and showExitButton at the same time, wins showExitButton wins and a precedence warning is emitted in the console.
Deprecation: disableExit is still operational in this Version, but will be removed in the next major version. Use only disableExit issues a deprecation warning in the console.
Last updated
<facephi-selphi-widget
disableExit={true}
/>