Page tree

Versions Compared

Key

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

Status
colourYellow
title릴리즈 2.20.0 이상
 
Status
colourYellow
title릴리즈 2.19.0 이상

현재 에디터의 목차 모델을 JSON Array으로 반환합니다.


Parameters:

Name

Type

Attribute

Description

shouldAssignIdboolean

default : false

목차 모델에 ID를 새로 부여할지 여부

Return:

TypeDescription
Array목차 모델 JSON Array


Example:

Image Added

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


Code Block
languagejs
themeEmacs
titletoString: false


Code Block
languagejs
themeEmacs
titletoString: true