Change triggered by the Set Image Label update action.

interface SetImageLabelChange {
    catalogData: string;
    change: string;
    nextValue: Image;
    previousValue: Image;
    type: "SetImageLabelChange";
}

Properties

catalogData: string
change: string
nextValue: Image

Value after the change.

previousValue: Image

Value before the change.

type: "SetImageLabelChange"