replace-device/replace-device-wizard/replace-device-wizard.model.ts
Declares an execution step in the device replacement flow.
Properties |
| action |
action:
|
Type : function
|
|
Step implementation. |
| context |
context:
|
Type : ReplaceDeviceContext
|
| Optional |
|
!Internal use only! Stores the context the step was initially executed with. |
| error |
error:
|
Type : Error
|
| Optional |
|
Error occured during step execution. |
| info |
info:
|
Type : StepInfo
|
| Optional |
| label |
label:
|
Type : string
|
|
Label to be used in the replace device wizard UI. |
| overrideContext |
overrideContext:
|
Type : boolean
|
| Optional |
|
Defines if the result from step execution should be passed to the next step in the flow. |
| seed |
seed:
|
Type : ReplaceDeviceContext
|
| Optional |
|
!Internal use only! Context to be used for step re-trial. |
| skip |
skip:
|
Type : boolean
|
| Optional |
|
!Internal use only! Flag to skip step execution, used to control retrial. |
| state |
state:
|
Type : ReplaceDeviceStepState
|
| Optional |
|
Current execution state of the step. |