IWorkItemFieldChangedArgs interface
Interface defining the arguments for the 'onFieldChanged' notification sent by the ActiveWorkItemService
- Extends
Properties
changed |
Set of fields that have been changed. 'key' is the field reference name. |
Inherited Properties
id | Id of the work item. |
Property Details
changedFields
Set of fields that have been changed. 'key' is the field reference name.
changedFields: {[key: string]: any}
Property Value
{[key: string]: any}