Skip to content

Interface: OxContentApiDocsResult

Result produced by API docs generation.

Signature

ts
export interface OxContentApiDocsResult

Properties

NameTypeDescription
diagnosticsstring[]Diagnostic messages reported while extracting docs.
docsJsDocsMarkdownModule[]Markdown module data generated from extracted declarations.
filesRecord<string, string>Generated markdown and artifact contents keyed by relative output path.
generatedFilesstring[]Absolute paths for files written to disk or planned when write is false.
hashstringHash representing the current generation options and watched input files.
navApiDocsNavItem[]Navigation metadata derived from generated docs.
resolvedOptionsResolvedOxContentApiDocsOptionsNormalized options used for this generation run.