Table of Contents handlers
- Source:
- toc.js
Properties:
Name | Type | Description |
---|---|---|
fastSearch |
boolean | In fast search mode |
showing |
boolean | Whether table of contents is currently visible |
typeahead |
object | Typeahead search panel {showing:{boolean}, active: {boolean}} |
Requires
Methods
-
<static> init()
-
Initialize and generate table of contents
- Source:
- toc.js
Returns:
success
- Type
- boolean
-
hide()
-
Hide table of contents popup or sidebar
- Source:
- toc.js
-
show()
-
Show table of contents popup or sidebar
- Source:
- toc.js
-
toggle()
-
Toggle TOC popup or sidebar visible/hidden
- Source:
- toc.js