Skip to content

Interface: BaseFormatProps

BaseFormat Props for Components that is offered Vue I18n

Signature

ts
export interface BaseFormatProps

Properties

NameTypeDescription
i18n (optional)Composer
locale (optional)Locale
scope (optional)ComponentI18nScope
tag (optional)string | object

Tags

  • @VueI18nComponent
  • @remarks — The interface definitions of the underlying props of components such as Translation, DatetimeFormat, and NumberFormat.

Released under the MIT License.