PropertyChange interface
属性更改的数据。
属性
| change |
更改类别。 |
| change |
更改的类型。 |
| description | 更改属性的说明。 |
| display |
json 路径的增强显示名称。 例如,json 路径值[0].properties 将转换为有意义的名称,例如 slots[“Staging”].properties。 |
| is |
指示是否屏蔽 oldValue 和 newValue 的布尔值。 如果值包含用户无权访问的敏感信息,则会屏蔽这些值。 |
| json |
已更改属性的 json 路径。 |
| level | |
| new |
更改后属性的值。 |
| old |
更改前的属性的值。 |
属性详细信息
changeCategory
changeType
更改的类型。
changeType?: string
属性值
string
description
更改属性的说明。
description?: string
属性值
string
displayName
json 路径的增强显示名称。 例如,json 路径值[0].properties 将转换为有意义的名称,例如 slots[“Staging”].properties。
displayName?: string
属性值
string
isDataMasked
指示是否屏蔽 oldValue 和 newValue 的布尔值。 如果值包含用户无权访问的敏感信息,则会屏蔽这些值。
isDataMasked?: boolean
属性值
boolean
jsonPath
已更改属性的 json 路径。
jsonPath?: string
属性值
string
level
level?: string
属性值
string
newValue
更改后属性的值。
newValue?: string
属性值
string
oldValue
更改前的属性的值。
oldValue?: string
属性值
string