The value of a VariableRef is defined by a declaration, or by the msgParams argument of a MessageFormat.format or MessageFormat.formatToParts call.

interface VariableRef {
    name: string;
    type: "variable";
}

Properties

Properties

name: string
type: "variable"