countryFilter
Allowed countries in ISO-2.
Last updated
Allowed countries in ISO-2.
Attribute: country-filter
Type: string | string[]
Default value: null
selphid.countryFilter = '';List of allowed countries (ISO-3166 alpha-2) to filter engines and rules in facephi-selphid-widget.
Accepts an ISO-2 string or an array of codes.
Compatibility: Replaces specificdata and country in earlier versions of SDK Web.
Recommended property: use enabledCountries in new integrations.
Precedence: if you define countryFilter and enabledCountries at the same time, wins enabledCountries wins and a precedence warning is emitted in the console.
Deprecation: countryFilter is still operational in this Version, but will be removed in the next major version. Use only countryFilter issues a deprecation warning in the console.
Last updated
<facephi-selphid-widget
countryFilter={['ES']}
/>