Node.js Client 9.1.0

Global

Type Definitions

ItemUpdateChangedFieldCallback(fieldName, fieldPos, value)

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.