InstructionStep interface
Instruction steps to enable the connector.
Properties
| description | Gets or sets the instruction step description. |
| inner |
Gets or sets the inner instruction steps details. For Example: instruction step 1 might contain inner instruction steps: [instruction step 1.1, instruction step 1.2]. |
| instructions | Gets or sets the instruction step details. |
| title | Gets or sets the instruction step title. |
Property Details
description
Gets or sets the instruction step description.
description?: string
Property Value
string
innerSteps
Gets or sets the inner instruction steps details. For Example: instruction step 1 might contain inner instruction steps: [instruction step 1.1, instruction step 1.2].
innerSteps?: InstructionStep[]
Property Value
instructions
Gets or sets the instruction step details.
instructions?: InstructionStepDetails[]
Property Value
title
Gets or sets the instruction step title.
title?: string
Property Value
string