Demo-Page Repository

Home > mui-country-code-selector > PossibleCountries

PossibleCountries interface

This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Represents data about country codes that are possible based on the phone number input.

Signature:

interface PossibleCountries

Properties

Property

Modifiers

Type

Description

digitsConsidered

string

(ALPHA) Digits that were considered when selecting the codes in the possible countries array.

maxCodeDigits

number

(ALPHA) The maximum number of digits in the codes in the possibleCountries array.

minCodeDigits

number

(ALPHA) The minimum number of digits in the codes in the possibleCountries array.

possibleCountries

readonly CountryType[]

(ALPHA) Array of CountryType objects corresponding to the possible country codes.