AppDataChange
Defined in: bindings/node/dist/index.d.ts:498
A change to a group’s opaque appData, as observed after it was applied.
Properties
Section titled “Properties”groupId
Section titled “groupId”groupId:
string
Defined in: bindings/node/dist/index.d.ts:500
The group whose appData changed, hex-encoded.
newValue?
Section titled “newValue?”
optionalnewValue?:string
Defined in: bindings/node/dist/index.d.ts:504
Value after the change. undefined when the field was cleared.
oldValue?
Section titled “oldValue?”
optionaloldValue?:string
Defined in: bindings/node/dist/index.d.ts:502
Value before the change. undefined when nothing was set.

