IWorkItemFieldChangedArgs interface

Interface defining the arguments for the 'onFieldChanged' notification sent by the ActiveWorkItemService

Extends

Properties

changedFields

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}

Inherited Property Details

id

Id of the work item.

id: number

Property Value

number

Inherited From IWorkItemChangedArgs.id