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. |