Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/interfaces/entity.interface.ts
Markdown document entity
Properties
| Property | Type |
|---|---|
type | EntityType.MARKDOWN_DOC |
title | string |
headings | HeadingInfo[] |
codeBlocks | CodeBlockInfo[] |
links | LinkInfo[] |
frontMatter | Record<string, unknown> |
Was this page helpful?