Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TypeDescription
Array목차 모델 JSON Array


Note

컨텐츠 내 목차 요소와 목차 모델의 ID를 동기화하려면 updateTableOfContentsIds를 호출해야 합니다.
이 메서드는 에디터 내 실제 목차 요소의 ID를 최신 목차 모델과 일치하도록 갱신합니다.

ex) editor.updateTableOfContentsIds();


Example:

Code Block
languagejs
themeEmacs
var model = editor.getTableOfContentsModelJSON();
var model = editor.getTableOfContentsModelJSON(true);

...