MessageFunctionContext class

Signature:

export declare class MessageFunctionContext 

Constructors

Constructor Modifiers Description
(constructor)(ctx, source)   Constructs a new instance of the MessageFunctionContext class

Properties

Property Modifiers Type Description
localeMatcher readonly “lookup” | “best fit”  
locales readonly string[]  
onError readonly (error: unknown) => void  
source readonly string