IMarkdownViewerHeading | @jupyterlab (original) (raw)

Interface describing a Markdown viewer heading.

Hierarchy (View Summary)

Index

Properties

Optionalcollapsed

collapsed?: boolean

Whether the heading is collapsed or not

Optionaldataset

dataset?: Record<string, string>

Dataset to add to the item node

level

level: number

HTML heading level.

line

line: number

Heading line

Optionalprefix

prefix?: null | string

Heading prefix.

raw

raw: string

Raw string containing the heading

Optionalskip

skip?: boolean

Whether the heading is marked to skip or not

text

text: string

Heading text.