...
| Name | Type | Attribute | Description |
|---|---|---|---|
| shouldAssignId | boolean | default : false | 목차 모델에 ID를 새로 부여할지 여부를 설정합니다.
|
Return:
| Type | Description |
|---|---|
| Array | 목차 모델 JSON Array ex) [ |
| Note |
|---|
컨텐츠 내 목차 요소와 목차 모델의 ID를 동기화하려면 updateTableOfContentsIds를 호출해야 합니다. ex) editor.updateTableOfContentsIds(); |
...