Class: TOC

types~TOC(name, anchor, text, subs)

new TOC(name, anchor, text, subs)

TOC data.

Parameters:
Name Type Description
name String

TOC name.

anchor String

HTML ID as the anchor.

text String

Title text.

subs Array.<TOC>

Sub TOCs.

Properties:
Name Type Description
name String

TOC name.

anchor String

HTML ID as the anchor.

text String

Title text.

subs Array.<TOC>

Sub TOCs.

Source: