Interface CreateRendererOptions

Options for creating a renderer.

The renderer options type.

interface CreateRendererOptions {
    filename?: string;
    includer?: Includer;
}

Properties

Properties

filename?: string

The filename of the template.

includer?: Includer

A function that returns the partial template for a given name.