PropertyChangeDetails interface

model interface PropertyChangeDetails

Extends

プロパティ

comment

コメント

newValue

変更後の値

oldValue

変更前の値

type

変更の詳細の種類

プロパティの詳細

comment

コメント

comment?: string

プロパティ値

string

newValue

変更後の値

newValue?: string

プロパティ値

string

oldValue

変更前の値

oldValue?: string

プロパティ値

string

type

変更の詳細の種類

type: "PropertyChange"

プロパティ値

"PropertyChange"