FrontMatterInfo interface
Signature:
export interface FrontMatterInfo
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
contentStart | number | Offset where the frontmatter block ends (including the ---) | |
exists | boolean | Whether this file has a frontmatter block | |
from | number | Start of the frontmatter contents (excluding the ---) | |
frontmatter | string | String representation of the frontmatter | |
to | number | End of the frontmatter contents (excluding the ---) |