Skip to main content

AbstractTableOfContentsKindType class

Abstract base class for table of contents kind type data models.

Signature

export declare abstract class AbstractTableOfContentsKindType extends AbstractDataModelBase

Extends: AbstractDataModelBase

Remarks

Represents table of contents kind elements within Doxygen XML structures, corresponding to the tableofcontentsKindType complex type in the XML schema. This class handles the parsing of named table of contents sections with references and optional nested table of contents structures. All concrete table of contents kind data model classes should extend this abstract base to ensure consistent parsing and data representation.

Constructors

Constructor

Modifiers

Description

(constructor)(xml, element, elementName)

Constructs a new AbstractTableOfContentsKindType instance from XML data.

Properties

Property

Modifiers

Type

Description

name

string

The name of the table of contents section.

reference

string

The reference identifier for this table of contents section.

tableOfContents

TableOfContentsDataModel[] | undefined

Collection of nested table of contents data models.


Generated via tsdoc2docusaurus 1.3.0 by API Extractor/Documenter 7.52.8.