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

retryCurrentSide

Retries only the current side of the document.

Details

Attribute: retry-current-side

Type: boolean

Default value: false

Morphology

selphid.retryCurrentSide = true;

Description

Allows retrying only the current side of the document without restarting the entire Flow in facephi-selphid-widget.

Additional information

Compatibility: Replaces retryOnlyCurrentSide in earlier versions of SDK Web.


Example

<facephi-selphid-widget
    retryCurrentSide={true}
/>

Last updated