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

country

Document country in ISO-2. **Deprecated:** use `countryFilter`.

Details

Attribute: country

Type: string

Default value: ""

Morphology

selphid.country = 'ES';

Description

Filters the document country in ISO-3166 alpha-2 format in older integrations of facephi-selphid-widget.

Considerations

Deprecated. Use countryFilter instead (and, in new integrations, its recommended property enabledCountries, documented on that same page). Replacement string: country/specificdatacountryFilterenabledCountries.


Example

<facephi-selphid-widget
    country={'ES'}
/>

Last updated