Interface MyShoppingListSetTextLineItemDescriptionAction

interface MyShoppingListSetTextLineItemDescriptionAction {
    action: "setTextLineItemDescription";
    description?: LocalizedString;
    textLineItemId: string;
}

Properties

action: "setTextLineItemDescription"
description?: LocalizedString

Value to set. If empty, any existing value will be removed.

textLineItemId: string

The id of the TextLineItem to update.

Generated using TypeDoc