PropertyChangeDetails interface
model interface PropertyChangeDetails
- Extends
Properties
| comment | The comment |
| new |
The value after the change |
| old |
The value before the change |
| type | Type of modification details |
Property Details
comment
The comment
comment?: string
Property Value
string
newValue
The value after the change
newValue?: string
Property Value
string
oldValue
The value before the change
oldValue?: string
Property Value
string
type
Type of modification details
type: "PropertyChange"
Property Value
"PropertyChange"