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

errorTimer

Duration of terminal error views.

Details

Attribute: error-timer

Type: number

Accepted values: Greater than 0

Default value: 8

Morphology

selphid.errorTimer = 8;

Description

Seconds that facephi-selphid-widget shows a terminal error screen before continuing or closing the Flow.


Example

<facephi-selphid-widget
    errorTimer={5}
/>

Last updated