Skip to content

Interface: BuildHtmlOptions

Defined in: emitters/html/src/index.ts:222

Options for buildHtml.

Extends

Properties

configuration?

ts
optional configuration?: CssDocConfiguration;

Defined in: emitters/html/src/index.ts:20

Inherited from

ModelInput.configuration


css?

ts
optional css?: string | string[];

Defined in: emitters/html/src/index.ts:18

Inherited from

ModelInput.css


entries?

ts
optional entries?: CssDocEntry[];

Defined in: emitters/html/src/index.ts:19

Inherited from

ModelInput.entries


outDir

ts
outDir: string;

Defined in: emitters/html/src/index.ts:223


title?

ts
optional title?: string;

Defined in: emitters/html/src/index.ts:224

Released under the MIT License