Interface ShoppingListLineItemAddedMessagePayload

Generated after a successful Add ShoppingListLineItem update action.

interface ShoppingListLineItemAddedMessagePayload {
    lineItem: ShoppingListLineItem;
    type: "ShoppingListLineItemAdded";
}

Hierarchy (View Summary)

Properties

Properties

Line Item that was added to the ShoppingList.

type: "ShoppingListLineItemAdded"