v-phone-input / VPhoneCountryDisplayProps
Interface: VPhoneCountryDisplayProps<Country>
Defined in: dist/types.d.ts:288
Internal
Component properties for country display components.
Extends
Readonly<ExtractPropTypes<ReturnType<typeofmakePhoneInputCountryDisplayProps>>>
Type Parameters
Country
Country extends VPhoneInputCountryObject
Properties
country
readonlycountry: [{required:true;type:PropType<Country>; }] extends [Prop<V,D>] ?unknownextendsV? keyofVextendsnever?IfAny<V,V,D> :V:V:object
Defined in: dist/props/makePhoneInputCountryDisplayProps.d.ts:12
Country to display.
Inherited from
Readonly.country
decorative?
readonlyoptionaldecorative:boolean
Defined in: dist/props/makePhoneInputCountryDisplayProps.d.ts:20
Tells if the icon should be ignored by screen readers or if it must have an accessible name (e.g. through title attribute).
Inherited from
Readonly.decorative