interface Record {
    oldValue: string;
    property: string;
    target: Element;
    value: string;
}

Properties

oldValue: string

The old value of the property.

property: string

The property that changed.

target: Element

The element that changed.

value: string

The new value of the property.