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
css?
ts
optional css?: string | string[];Defined in: emitters/html/src/index.ts:20
Inherited from
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
entries?
ts
optional entries?: CssDocEntry[];Defined in: emitters/html/src/index.ts:21
Inherited from
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
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