settingsStrictness
Controls whether an invalid configuration parameter blocks the widget or is replaced with its default value.
Last updated
Controls whether an invalid configuration parameter blocks the widget or is replaced with its default value.
Attribute: settings-strictness
Type: boolean
Default value: true
selphid.settingsStrictness = true;Show error screen in facephi-selphid-widget if invalid configuration parameters are detected.
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.
<facephi-selphid-widget
settingsStrictness={true}
/>Last updated