FrontMatterInfo

FrontMatterInfo interface

Signature:

export interface FrontMatterInfo 

Properties

PropertyModifiersTypeDescription
contentStartnumberOffset where the frontmatter block ends (including the ---)
existsbooleanWhether this file has a frontmatter block
fromnumberStart of the frontmatter contents (excluding the ---)
frontmatterstringString representation of the frontmatter
tonumberEnd of the frontmatter contents (excluding the ---)