InterfaceNotificationToastI18nMessage
Interface: InterfaceNotificationToastI18nMessage
Defined in: src/types/shared-components/NotificationToast/interface.ts:18
i18n-backed toast message definition.
Properties
key
key:
string
Defined in: src/types/shared-components/NotificationToast/interface.ts:25
The i18next key to translate.
Example
'sessionWarning'
namespace?
optionalnamespace:NotificationToastNamespace
Defined in: src/types/shared-components/NotificationToast/interface.ts:32
Optional i18next namespace to use for translation.
Defaults to 'common' when omitted.
values?
optionalvalues:Record<string,unknown>
Defined in: src/types/shared-components/NotificationToast/interface.ts:37
Optional interpolation values for i18next.