Skip to content

Interface: BuildCssApiResult

Defined in: emitters/markdown/src/build.ts:56

What buildCssApi produced.

Properties

entries

ts
entries: CssDocEntry[];

Defined in: emitters/markdown/src/build.ts:58

The parsed records, sorted by name.


indexPath

ts
indexPath: string;

Defined in: emitters/markdown/src/build.ts:62

Absolute path of the index page.


pages

ts
pages: string[];

Defined in: emitters/markdown/src/build.ts:60

Absolute paths of the per-record pages written.


sidebarPath

ts
sidebarPath: string;

Defined in: emitters/markdown/src/build.ts:64

Absolute path of the sidebar JSON.

Released under the MIT License