Change triggered by the Remove Image update action.

interface RemoveImageChange {
    catalogData: string;
    change: string;
    nextValue: Image[];
    previousValue: Image[];
    type: "RemoveImageChange";
}

Properties

catalogData: string
change: string
nextValue: Image[]

Value after the change.

previousValue: Image[]

Value before the change.

type: "RemoveImageChange"