FluentMessageResource type

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

A Map of MessageFormat instances.

Signature:

export type FluentMessageResource = Map<string, Map<string, MessageFormat>>;

References: MessageFormat

Remarks

As each Fluent message and term may consist of a value and attributes, the inner Map of this structure uses '' as the key for the value.