ItemJobActionResult interface

Extends

ItemJobActionResultBase

Properties

data

hold data to be rendered in panel for the detail action

Inherited Properties

errorCode

error code

errorMessage

error message

isSuccess

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