TableOfContentsModel | @jupyterlab (original) (raw)

Class TableOfContentsModel<H, T>Abstract

Type Parameters

Hierarchy (View Summary)

Implements

Index

Constructors

constructor

Returns TableOfContentsModel<H, T>

Properties

Abstract ReadonlydocumentType

documentType: string

ReadonlystateChanged

Protectedwidget

widget: T

Accessors

activeHeading

table of contents active entry

activeHeadingChanged

collapseChanged

configuration

headings

table of contents list of headings

headingsChanged

isActive

ProtectedisAlwaysActive

isDisposed

supportedOptions

title

Returns void

Methods

dispose

Protected AbstractgetHeadings

The list of new headings or null if nothing needs to be updated.

ProtectedisHeadingEqual

Returns boolean

Whether the headings are equal.

refresh

setActiveHeading

Returns void

setConfiguration

toggleCollapse

Returns void