Generated after a successful Change Slug update action.

interface CategorySlugChangedMessagePayload {
    oldSlug?: LocalizedString;
    slug: LocalizedString;
    type: "CategorySlugChanged";
}

Properties

Properties

oldSlug?: LocalizedString

The slug of the Category before the Change Slug update action.

The slug of the Category after the Change Slug update action.

type: "CategorySlugChanged"

Generated using TypeDoc