v-phone-input / VPhoneInputMessagesComposable
Interface: VPhoneInputMessagesComposable<Country>
Defined in: dist/types.d.ts:173
Internal
usePhoneInputMessages composable.
Extended by
Type Parameters
Country
Country extends VPhoneInputCountryObject
Properties
ariaLabel
readonlyariaLabel:ComputedRef<string|undefined>
Defined in: dist/types.d.ts:185
aria-label for phone input.
countryAriaLabel
readonlycountryAriaLabel:ComputedRef<string|undefined>
Defined in: dist/types.d.ts:193
aria-label for country input.
countryLabel
readonlycountryLabel:ComputedRef<string|undefined>
Defined in: dist/types.d.ts:189
Label for country input.
example
readonlyexample:ComputedRef<string>
Defined in: dist/types.d.ts:177
Formatted example of phone number for current country.
invalidMessage
readonlyinvalidMessage:ComputedRef<string|undefined>
Defined in: dist/types.d.ts:201
Invalid message for phone input.
label
readonlylabel:ComputedRef<string|undefined>
Defined in: dist/types.d.ts:181
Label for phone input.
placeholder
readonlyplaceholder:ComputedRef<string|undefined>
Defined in: dist/types.d.ts:197
Placeholder for phone input.
resolveMessage
readonlyresolveMessage:ComputedRef<<Message>(message) =>Messageextendsnull|undefined?string|undefined:string>
Defined in: dist/types.d.ts:205
Resolve a message using current context.