Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TemplateOptions

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 sourceURL

sourceURL: string

The sourceURL of the template's compiled source.

Optional variable

variable: string

Used to reference the data object in the template text.