TextConfig: {
    translations?: Translations;
    value: string;
}

The configuration for a text string used in the Messaging UI with its Translations for different locales.

Type declaration

  • Optionaltranslations?: Translations

    The translations for the text string in different locales.

  • value: string

    The default value of the text string in English.