Optional
alwaysfalse
Optional
defaultGlobal variables to use in interpolation replacements
undefined
Optional
escapeEscape passed in values to avoid xss injection
true
Optional
formatFormat function see formatting for details
noop
Optional
formatUsed to separate format from interpolation value
','
Optional
maxAfter how many interpolation runs to break out before throwing a stack overflow
1000
Optional
nestingSeparates options from key
','
Optional
nestingPrefix for nesting
'$t('
Optional
nestingEscaped prefix for nesting (regexSafe)
undefined
Optional
nestingSuffix for nesting
')'
Optional
nestingEscaped suffix for nesting (regexSafe)
undefined
Optional
prefixPrefix for interpolation
'{{'
Optional
prefixEscaped prefix for interpolation (regexSafe)
undefined
Optional
skipIf true, it will skip to interpolate the variables
true
Optional
suffixSuffix for interpolation
'}}'
Optional
suffixEscaped suffix for interpolation (regexSafe)
undefined
Optional
unescapePrefix to unescaped mode
'-'
Optional
unescapeSuffix to unescaped mode
undefined
Optional
useIf true, then value passed into escape function is not casted to string, use with custom escape function that does its own type check
false
Optional
escapeGenerated using TypeDoc
Always format interpolated values.