interface ProductSelectionChangeNameAction {
    action: "changeName";
    name: LocalizedString;
}

Properties

Properties

action: "changeName"

The new name to be set for the ProductSelection.

Generated using TypeDoc