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: { 
            color: 'rgba(232144, 180213, 232235, 0.7)',
            borderColor: 'rgbargb(23293, 180181, 232, 0.7209)' 
        },
        delete: { 
            color: 'rgba(232211, 180117, 232124, 0.7)',
            orderColorborderColor: 'rgbargb(232182, 18080, 2320.788)' 
        }
    }
}


Return:

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

...