Namespace: toc

Marked. toc

Table of Contents handlers

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

Source:
toc.js

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