Google Apps Script API
    Preparing search index...

    A template object for dynamically constructing HTML. For more information, see the guide to templates.

    interface HtmlTemplate {
        evaluate(): HtmlOutput;
        getCode(): string;
        getCodeWithComments(): string;
        getRawContent(): string;
        [propName: string]: any;
    }

    Indexable

    • [propName: string]: any
    Index

    Methods