KayKitGuideScenarioCoverageMarkdownOptions
Defined in: src/scenario/catalog.ts:774
Options for rendering the extracted guide scenario matrix as Markdown.
Properties
Section titled “Properties”includePublicApiInversion?
Section titled “includePublicApiInversion?”
optionalincludePublicApiInversion?:boolean
Defined in: src/scenario/catalog.ts:782
Whether to append the public API inverse-coverage usage section.
includeRoleCoverage?
Section titled “includeRoleCoverage?”
optionalincludeRoleCoverage?:boolean
Defined in: src/scenario/catalog.ts:780
Whether to append the public role coverage index.
scenarios?
Section titled “scenarios?”
optionalscenarios?: readonlyKayKitGuideScenario[]
Defined in: src/scenario/catalog.ts:778
Scenario subset to render; defaults to all extracted guide scenarios.
title?
Section titled “title?”
optionaltitle?:string
Defined in: src/scenario/catalog.ts:776
Heading used for the generated document.