Interface: BuildCssApiResult
Defined in: emitters/markdown/src/build.ts:41
What buildCssApi produced.
Properties
entries
ts
entries: CssDocEntry[];Defined in: emitters/markdown/src/build.ts:43
The parsed records, sorted by name.
indexPath
ts
indexPath: string;Defined in: emitters/markdown/src/build.ts:47
Absolute path of the index page.
pages
ts
pages: string[];Defined in: emitters/markdown/src/build.ts:45
Absolute paths of the per-record pages written.
sidebarPath
ts
sidebarPath: string;Defined in: emitters/markdown/src/build.ts:49
Absolute path of the sidebar JSON.