...
| Type | Description |
|---|---|
| Array | 목차 모델 JSON Array |
| Note |
|---|
컨텐츠 내 목차 요소와 목차 모델의 ID를 동기화하려면 updateTableOfContentsIds를 호출해야 합니다. ex) editor.updateTableOfContentsIds(); |
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
var model = editor.getTableOfContentsModelJSON(); var model = editor.getTableOfContentsModelJSON(true); |
...
