Home > @microsoft/api-documenter > MarkdownDocumenterAccessor
MarkdownDocumenterAccessor class
Provides access to the documenter that is generating the output.
Signature:
export declare class MarkdownDocumenterAccessor
Remarks
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the MarkdownDocumenterAccessor class.
Methods
| Method | Modifiers | Description |
|---|---|---|
| getLinkForApiItem(apiItem) | For a given ApiItem, return its markdown hyperlink. |