Type Definitions
ItemUpdateChangedFieldCallback(fieldName, fieldPos, value)
Callback for ItemUpdate#forEachChangedField and ItemUpdate#forEachField
Parameters:
Name | Type | Description |
---|---|---|
fieldName |
String |
of the involved changed field. If the related Subscription was initialized using a "Field Schema" it will be null. |
fieldPos |
Number |
1-based position of the field within the "Field List" or "Field Schema". |
value |
String |
the value for the field. See ItemUpdate#getValue for details. |