[Go to site: main page, start]

Interface VariableRef

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";
}
Index

Properties

Properties

name: string
type: "variable"