MessageProps interface
Signature:
export interface MessageProps 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| children? | unknown | (Optional) If a function, will be called with the found message. In this case, paramswill be ignored andidis optional. If some other type of non-empty renderable node, it will be used as a fallback value if the message is not found. | |
| id? | string | string[] | (Optional) The key or key path of the message. | |
| locale? | string | string[] | (Optional) If set, overrides the localeof the nearest MessageProvider. | |
| params? | unknown | (Optional) Parameters to pass to function messages as their first and only argument. paramswill overridemsgParams, to allow for data keys such askeyandlocale. |