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

captureRetries

Maximum number of capture retries.

Details

Attribute: capture-retries

Type: number

Accepted values: 0 or higher

Default value: 3

Morphology

selphid.captureRetries = 5;

Description

Maximum retries per side before failing the capture in facephi-selphid-widget. 0 allows unlimited retries.


Example

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

Last updated