Cell heading

interface IHeading {
    level: number;
    outputIndex?: number;
    text: string;
    type: HeadingType;
}

Properties

level: number

HTML heading level.

outputIndex?: number

Index of the output containing the heading

text: string

Heading text.

Type of heading