Compartir a través de


PropertyChange interface

Data of a property change.

Properties

changeCategory

The change category.

changeType

The type of the change.

description

The description of the changed property.

displayName

The enhanced display name of the json path. E.g., the json path value[0].properties will be translated to something meaningful like slots["Staging"].properties.

isDataMasked

The boolean indicating whether the oldValue and newValue are masked. The values are masked if it contains sensitive information that the user doesn't have access to.

jsonPath

The json path of the changed property.

level
newValue

The value of the property after the change.

oldValue

The value of the property before the change.

Property Details

changeCategory

The change category.

changeCategory?: ChangeCategory

Property Value

changeType

The type of the change.

changeType?: string

Property Value

string

description

The description of the changed property.

description?: string

Property Value

string

displayName

The enhanced display name of the json path. E.g., the json path value[0].properties will be translated to something meaningful like slots["Staging"].properties.

displayName?: string

Property Value

string

isDataMasked

The boolean indicating whether the oldValue and newValue are masked. The values are masked if it contains sensitive information that the user doesn't have access to.

isDataMasked?: boolean

Property Value

boolean

jsonPath

The json path of the changed property.

jsonPath?: string

Property Value

string

level

level?: string

Property Value

string

newValue

The value of the property after the change.

newValue?: string

Property Value

string

oldValue

The value of the property before the change.

oldValue?: string

Property Value

string