Details of names changed in the record event.

interface ChangedValue {
    changedFrom?: string;
    changedTo?: string;
    fieldName?: string;
}

Properties

changedFrom?: string

The value of the field before the change.

changedTo?: string

The value of the field after the change.

fieldName?: string

The name of the field changed.