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 이상
 옵션을 설정합니다.

  • style: 차이점을 표시하는 색상을 설정
Code Block
languagejs
themeEmacs
titleexample
{
    style:/*
{     * 차이점을 표시하는 색상을 edit:설정합니다.
{     */
        colorstyle: 'rgba(144, 213, 235, 0.7)',{
        edit: {      borderColor: 'rgb(93, 181, 209)' 
       color: {string}, borderColor: {string} },
        delete: { 
            color: 'rgba(211, 117, 124, 0.7)',
            borderColor: 'rgb(182, 80, 88)' 
       {string}, borderColor: {string} }
    }
}


Return:

TypeDescription
String두 모델의 차이점이 표시된 HTML

...