IWorkItemLoadedArgs interface
Interface defining the arguments for the 'onLoaded' notification sent by the ActiveWorkItemService
- Extends
Properties
is |
'true' if the work item is a 'new', unsaved work item, 'false' otherwise. |
is |
'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