SettingChangedEventΒΆ

The SETTINGS_CHANGED event occurs if one of the settings is changed.

Hierarchy (View Summary)

Properties

id: number

The unique ID of the event.

newValue: any

The new value of the Setting

oldValue: any

The old value of the Setting

The name of the setting that has changed.

transactionCode?: string

The transaction code associated with the event.

transactionID?: number

The transaction ID associated with the event.

type?: EventType

The type of the event.




Was this page helpful? Please leave a thumbs up or down.