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(232, 180, 232, 0.7)',
            borderColor: 'rgba(232, 180, 232, 0.7)' 
        },
        delete: { 
            color: 'rgba(232, 180, 232, 0.7)',
            orderColor: 'rgba(232, 180, 2320.7)' 
        }
    }
}


Return:

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

...