Change triggered by the Add TextLineItem update action.

interface AddTextLineItemChange {
    change: string;
    nextValue: TextLineItem;
    type: "AddTextLineItemChange";
}

Properties

Properties

change: string
nextValue: TextLineItem

Value after the change.

type: "AddTextLineItemChange"