Interface ITableOfContentsTreeProps

Interface describing component properties.

Hierarchy

  • ITableOfContentsTreeProps

Properties

activeHeading: TableOfContents.IHeading

Currently active heading.

documentType: string

Type of document supported by the model.

List of headings to render.

onCollapseChange: ((heading) => void)

Type declaration

setActiveHeading: ((heading) => void)

Type declaration

Generated using TypeDoc