Interface: BuilderWithDescription
Methods
setDescription()
setDescription(
description
:string
):this
Parameters
Parameter | Type |
---|---|
description | string |
Returns
this
Defined in
projects/plugins/packages/i18next/src/lib/types.ts:209
setDescriptionLocalizations()
setDescriptionLocalizations(
localizedDescriptions
:null
|Partial
<Record
<"id"
|"hr"
|"th"
|"tr"
|"en-US"
|"en-GB"
|"bg"
|"zh-CN"
|"zh-TW"
|"cs"
|"da"
|"nl"
|"fi"
|"fr"
|"de"
|"el"
|"hi"
|"hu"
|"it"
|"ja"
|"ko"
|"lt"
|"no"
|"pl"
|"pt-BR"
|"ro"
|"ru"
|"es-ES"
|"es-419"
|"sv-SE"
|"uk"
|"vi"
,null
|string
>>):this
Parameters
Parameter | Type |
---|---|
localizedDescriptions | null | Partial <Record <"id" | "hr" | "th" | "tr" | "en-US" | "en-GB" | "bg" | "zh-CN" | "zh-TW" | "cs" | "da" | "nl" | "fi" | "fr" | "de" | "el" | "hi" | "hu" | "it" | "ja" | "ko" | "lt" | "no" | "pl" | "pt-BR" | "ro" | "ru" | "es-ES" | "es-419" | "sv-SE" | "uk" | "vi" , null | string >> |
Returns
this