Page tree

Versions Compared

Key

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

...

TypeDescription
Object | StringtoString에 따른 Body 모델 JSON Object 또는 JSON String.



Example:

Image Modified

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

...