...
| Type | Description |
|---|---|
| String | 두 모델의 차이점이 표시된 HTML |
Example:
| 이전 모델 | 이후 모델 | 결과 |
|---|---|---|
| 결과 | ||
| Code Block | ||||
|---|---|---|---|---|
| ||||
// 안녕하세요. var beforeBodyModel = editor.getBodyModelJSON(); // 안녕하세요. // 사이냅 에디터입니다. var currentBodyModel= editor.getBodyModelJSON(); var result = editor.getModelDiffHTML(beforeBodyModel, currentBodyModel); |
...


