Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TemplateSettings

By default, the template delimiters used by Lo-Dash are similar to those in embedded Ruby (ERB). Change the following template settings to use alternative delimiters.

Hierarchy

Index

Properties

Optional escape

escape: RegExp

The "escape" delimiter.

Optional evaluate

evaluate: RegExp

The "evaluate" delimiter.

Optional imports

imports: Dictionary<any>

An object to import into the template as local variables.

Optional interpolate

interpolate: RegExp

The "interpolate" delimiter.

Optional variable

variable: string

Used to reference the data object in the template text.