IMarkdownDocumenterFeatureOnBeforeWritePageArgs Interface
Event arguments for MarkdownDocumenterFeature.onBeforeWritePage()
Type
typescript
export interface IMarkdownDocumenterFeatureOnBeforeWritePageArgsexport interface IMarkdownDocumenterFeatureOnBeforeWritePageArgsProperties
apiItemApiItem readonlyThe API item corresponding to this page.
outputFilenamestring readonlyThe filename where the output will be written.
pageContentstringThe page content. The MarkdownDocumenterFeature.onBeforeWritePage() handler can reassign this string to customize the page appearance.