Takomo v7.4.3
    Preparing search index...

    Interface HandlebarsCompileOptions

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

    Properties

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