Change triggered by the Change Description update action.

interface ChangeLocalizedDescriptionChange {
    change: string;
    nextValue: LocalizedString;
    previousValue: LocalizedString;
    type: "ChangeLocalizedDescriptionChange";
}

Properties

change: string
nextValue: LocalizedString

Value after the change.

previousValue: LocalizedString

Value before the change.

type: "ChangeLocalizedDescriptionChange"