Skip to content

Interface: BuildHtmlOptions

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

Options for buildHtml.

Extends

Properties

configuration?

ts
optional configuration?: CssDocConfiguration;

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

Inherited from

ModelInput.configuration


css?

ts
optional css?: string | string[];

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

Inherited from

ModelInput.css


dialect?

ts
optional dialect?: CssDialect;

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

The stylesheet dialect of css (scss/less pick a dialect parser). Default css.

Inherited from

ModelInput.dialect


entries?

ts
optional entries?: CssDocEntry[];

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

Inherited from

ModelInput.entries


lang?

ts
optional lang?: "css" | "html" | "js" | "markdown";

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

The host language css is written in. Non-css values extract embedded CSS first. Default css.

Inherited from

ModelInput.lang


outDir

ts
outDir: string;

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


title?

ts
optional title?: string;

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

Released under the MIT License