Interface ShoppingListChangeTextLineItemsOrderAction

interface ShoppingListChangeTextLineItemsOrderAction {
    action: "changeTextLineItemsOrder";
    textLineItemOrder: string[];
}

Properties

action: "changeTextLineItemsOrder"
textLineItemOrder: string[]

Must contain all existing TextLineItem ids in the desired new order.

Generated using TypeDoc