Versions Compared

Key

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

...

TypeDescription
Object | StringBody 모델 JSON Object 또는 JSON String.


Example:

Image RemovedImage Added

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

...