Change triggered by the Set Slug update action.

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

Properties

change: string
nextValue: LocalizedString

Value after the change.

previousValue: LocalizedString

Value before the change.

type: "SetSlugChange"