IWorkItemLoadedArgs interface

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

Extends

Properties

isNew

'true' if the work item is a 'new', unsaved work item, 'false' otherwise.

isReadOnly

'true' write rest apis are disabled. All controls should be rendered as readonly

Inherited Properties

id

Id of the work item.

Property Details

isNew

'true' if the work item is a 'new', unsaved work item, 'false' otherwise.

isNew: boolean

Property Value

boolean

isReadOnly

'true' write rest apis are disabled. All controls should be rendered as readonly

isReadOnly: boolean

Property Value

boolean

Inherited Property Details

id

Id of the work item.

id: number

Property Value

number

Inherited From IWorkItemChangedArgs.id