Interface IEditorHeading

Interface describing a file editor heading.

Hierarchy

Properties

collapsed?: boolean

Whether the heading is collapsed or not

dataset?: Record<string, string>

Dataset to add to the item node

level: number

HTML heading level.

line: number

Heading line number.

prefix?: string

Heading prefix.

skip?: boolean

Whether the heading is marked to skip or not

text: string

Heading text.

Generated using TypeDoc