Interface ShoppingListChangeLineItemsOrderAction

interface ShoppingListChangeLineItemsOrderAction {
    action: "changeLineItemsOrder";
    lineItemOrder: string[];
}

Properties

action: "changeLineItemsOrder"
lineItemOrder: string[]

All existing ShoppingListLineItem ids in the desired new order.

Generated using TypeDoc