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

Default value: 8

Morphology

selphi.errorTimer = 8;

Description

Duration in seconds that facephi-selphi-widget keeps a terminal error screen visible before automatically closing it.


Example

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

Last updated