Interface MyShoppingListChangeTextLineItemNameAction

interface MyShoppingListChangeTextLineItemNameAction {
    action: "changeTextLineItemName";
    name: LocalizedString;
    textLineItemId: string;
}

Properties

action: "changeTextLineItemName"

New value to set. Must not be empty.

textLineItemId: string

The id of the TextLineItem to update.

Generated using TypeDoc