Interface HandlebarsCompileOptions

interface HandlebarsCompileOptions {
    assumeObjects?: boolean;
    compat?: boolean;
    data?: boolean;
    explicitPartialContext?: boolean;
    ignoreStandalone?: boolean;
    knownHelpersOnly?: boolean;
    noEscape?: boolean;
    preventIndent?: boolean;
    strict?: boolean;
}

Properties

assumeObjects?: boolean
compat?: boolean
data?: boolean
explicitPartialContext?: boolean
ignoreStandalone?: boolean
knownHelpersOnly?: boolean
noEscape?: boolean
preventIndent?: boolean
strict?: boolean

Generated using TypeDoc