Page tree

Versions Compared

Key

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

Status

...

title릴리즈 2.18.2406, 3.0.2406 이상

두 에디터 Body 모델을 비교하여 차이점이 표시된 HTML을 반환합니다.

...

Name

Type

Description

beforeBodyModel

Object | StringBody 모델 JSON Object 또는 JSON String.
currentBodyModelObject | StringBody 모델 JSON Object 또는 JSON String.
options

Object

colour
Status
Greytitle릴리즈 2.18.2409, 3.0.2409 이상
 옵션을 설정합니다.

Code Block
languagejs
themeEmacs
titleexample
{
    /*
     * 차이점을 표시하는 색상을 설정합니다.
     */
    style: {
        // 변경이 일어난 부분에 표시할 색과 테두리 색
        edit: { color: {string}, borderColor: {string} },
        // 제거가 일어난 부분에 표시할 색과 테두리 색
        delete: { color: {string}, borderColor: {string} }
    }
}


...