Skip to content

AppDataChange

Defined in: bindings/node/dist/index.d.ts:498

A change to a group’s opaque appData, as observed after it was applied.

groupId: string

Defined in: bindings/node/dist/index.d.ts:500

The group whose appData changed, hex-encoded.


optional newValue?: string

Defined in: bindings/node/dist/index.d.ts:504

Value after the change. undefined when the field was cleared.


optional oldValue?: string

Defined in: bindings/node/dist/index.d.ts:502

Value before the change. undefined when nothing was set.