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

engineFallback

Enables the fallback engine.

Details

Attribute: engine-fallback

Type: boolean

Default value: false

Morphology

selphid.engineFallback = true;

Description

Allows using the secondary reading engine in facephi-selphid-widget if the primary one is not available.


Example

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

Last updated