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

settingsStrictness

Controls whether an invalid configuration parameter blocks the widget or is replaced with its default value.

Details

Attribute: settings-strictness

Type: boolean

Default value: true

Morphology

selphid.settingsStrictness = true;

Description

Show error screen in facephi-selphid-widget if invalid configuration parameters are detected.

Additional information

Does not inherit from the SDK Provider: the settingsStrictness of facephi-sdk-provider is not propagated to this Widget. To relax the validation of facephi-selphid-widget you must define this property directly in it.


Example

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

Last updated