Interface MyShoppingListChangeTextLineItemsOrderAction

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

Properties

action: "changeTextLineItemsOrder"
textLineItemOrder: string[]

All existing TextLineItem ids in the desired new order.

Generated using TypeDoc