projects/congarevenuecloud/elements/src/lib/line-item-table-row/interfaces/line-item-view.interface.ts
Properties |
fieldName |
fieldName:
|
Type : string
|
string representing name of cart item field. |
isEditable |
isEditable:
|
Type : boolean
|
flag indicates if the cart item field is configured as editable. |
isSelected |
isSelected:
|
Type : boolean
|
flag indicates whether cart item field is part of user's cart view. |
label |
label:
|
Type : string
|
cart item field label to be displayed. |
sequence |
sequence:
|
Type : number
|
number indicates the sequence of cart item field in display column settings. |