次の方法で共有


PropertyChange interface

プロパティ変更のデータ。

プロパティ

changeCategory

変更カテゴリ。

changeType

変更の種類。

description

変更されたプロパティの説明。

displayName

json パスの拡張表示名。 たとえば、json パス値 [0].properties は slots["Staging"].properties のような意味のあるものに変換されます。

isDataMasked

oldValue と newValue がマスクされているかどうかを示すブール値。 ユーザーがアクセスできない機密情報が含まれている場合、値はマスクされます。

jsonPath

変更されたプロパティの json パス。

level
newValue

変更後の プロパティの値。

oldValue

変更前の プロパティの値。

プロパティの詳細

changeCategory

変更カテゴリ。

changeCategory?: 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