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