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

captureTimeout

Capture time limit per attempt (seconds).

Details

Attribute: capture-timeout

Type: number

Supported values: 0 or higher

Default value: 10

Morphology

selphid.captureTimeout = 15;

Description

Maximum seconds per capture attempt of one side of the document in facephi-selphid-widget.


Example

<facephi-selphid-widget
    captureTimeout={15}
/>

Last updated