Page tree

Versions Compared

Key

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

...

Name

Type

Description

beforeBodyModel

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

Object

Status
colourYellow
title릴리즈 3.0.2409 이상
 옵션을 설정합니다.

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


...