For the complete documentation index, see llms.txt. This page is also available as Markdown.

disableExit

Hides the widget close button.

Details

Attribute: disable-exit

Type: boolean

Default value: false

Morphology

selphi.disableExit = true;

Description

Hides the close control in the component interface facephi-selphi-widget, forcing the Flow to be completed via API or events.

Additional information

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.


Example

Last updated