IMarkdownViewerHeading | @jupyterlab (original) (raw)
Interface describing a Markdown viewer heading.
Hierarchy (View Summary)
- IMarkdownHeading
- IMarkdownViewerHeading
Index
Properties
Optional
collapsed
collapsed?: boolean
Whether the heading is collapsed or not
Optional
dataset
dataset?: Record<string, string>
Dataset to add to the item node
level
level: number
HTML heading level.
line
line: number
Heading line
Optional
prefix
prefix?: null | string
Heading prefix.
raw
raw: string
Raw string containing the heading
Optional
skip
skip?: boolean
Whether the heading is marked to skip or not
text
text: string
Heading text.