Interface ShoppingListLineItemRemovedMessagePayload

Generated after a successful Remove ShoppingListLineItem update action.

interface ShoppingListLineItemRemovedMessagePayload {
    lineItem: ShoppingListLineItem;
    type: "ShoppingListLineItemRemoved";
}

Hierarchy (View Summary)

Properties

Properties

Line Item that was removed from the ShoppingList.

type: "ShoppingListLineItemRemoved"