Interface ShoppingListSetTextLineItemCustomTypeAction

interface ShoppingListSetTextLineItemCustomTypeAction {
    action: "setTextLineItemCustomType";
    fields?: FieldContainer;
    textLineItemId: string;
    type?: TypeResourceIdentifier;
}

Properties

action: "setTextLineItemCustomType"

Sets the Custom Fields fields for the TextLineItem.

textLineItemId: string

The id of the TextLineItem to update.

Defines the Type that extends the TextLineItem with Custom Fields. If absent, any existing Type and Custom Fields are removed from the TextLineItem.

Generated using TypeDoc