interface TranslationVariableReplacementObject<T> {
    escape: boolean;
    value: T;
}

Type Parameters

  • T

Properties

Properties

escape: boolean

Overwrite the escape option just for this replacement

value: T

The value to use for the replacement

MMNEPVFCICPMFPCPTTAAATR