ItemJobActionResult interface
- Extends
-
ItemJobActionResultBase
Properties
data | hold data to be rendered in panel for the detail action |
Inherited Properties
error |
error code |
error |
error message |
is |
whether the action is successful or not. |
Property Details
data
hold data to be rendered in panel for the detail action
data?: ItemJobDetailData
Property Value
Inherited Property Details
errorCode
error code
errorCode?: number
Property Value
number
Inherited From ItemJobActionResultBase.errorCode
errorMessage
error message
errorMessage?: string
Property Value
string
Inherited From ItemJobActionResultBase.errorMessage
isSuccess
whether the action is successful or not.
isSuccess: boolean
Property Value
boolean
Inherited From ItemJobActionResultBase.isSuccess