Page tree

Versions Compared

Key

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

...

Code Block
languagejs
themeEmacs
titleexample
var editor = new SynapEditor(id, synapEditorConfig);
var collaboration = editor.plugins.collaboration;

var history = collaboration.getHistory();



updateHistoryOriginal(modelJSON) (deprecated)

Warning
titledeprecated

3.1.0 버전부터 updateHistoryOriginal함수를 지원하지 않습니다.

...