Interface INotebookHeading

Interface describing a notebook cell heading.

Hierarchy

Properties

cellRef: Cell<ICellModel>

Reference to a notebook cell.

collapsed?: boolean

Whether the heading is collapsed or not

dataset?: Record<string, string>

Dataset to add to the item node

isRunning: RunningStatus

Running status of the cells in the heading

level: number

HTML heading level.

outputIndex?: number

Index of the output containing the heading

prefix?: string

Heading prefix.

skip?: boolean

Whether the heading is marked to skip or not

text: string

Heading text.

Type of heading

Generated using TypeDoc