Skip to content

Type Alias: MissingHandler

Signature

ts
export type MissingHandler = (locale: Locale, key: Path, uid?: number, type?: string) => string | void

Parameters

NameTypeDescription
localeLocale
keyPath
uidnumberoptional
typestringoptional

Returns

string | void

Tags

  • @VueI18nComposition

Released under the MIT License.