Interface HandlebarsTemplateEngineProviderProps

Hierarchy

  • HandlebarsTemplateEngineProviderProps

Properties

helperProviders?: readonly HandlebarsHelperProvider[]

List of helper providers.

helpers?: readonly HandlebarsHelper[]

List of helpers.

helpersDirs?: readonly string[]

List of directories from where to load Handlebars helpers implemented with plain JavaScript.

partialsDirs?: readonly string[]

List of directories from where to load Handlebars partial files.

Generated using TypeDoc