...
Return:
| Type | Description |
|---|---|
| Array | 목차 모델 JSON Array ex) 트리 구조 모델 [ { "id": 목차 ID "text": 내용, "children": [...], |
| Note |
|---|
컨텐츠 내 목차 요소와 목차 모델의 ID를 동기화하려면 updateTableOfContentsIds를 호출해야 합니다. ex) editor.updateTableOfContentsIds(); |
...
...
Return:
| Type | Description |
|---|---|
| Array | 목차 모델 JSON Array ex) 트리 구조 모델 [ { "id": 목차 ID "text": 내용, "children": [...], |
| Note |
|---|
컨텐츠 내 목차 요소와 목차 모델의 ID를 동기화하려면 updateTableOfContentsIds를 호출해야 합니다. ex) editor.updateTableOfContentsIds(); |
...