new module:model/DSSignStep(config, id, input, name, output, type)
- Source:
Constructs a new DSSignStep.
Parameters:
| Name | Type | Description |
|---|---|---|
config |
module:model/RecordToNever | |
id |
String | |
input |
module:model/DSSignStepInput | |
name |
String | |
output |
Object:.<String:, Object:> | A Record of strings to Strings, Variables, or Transformation Expressions |
type |
module:model/DSWorkflowStepTypesDSSign |
Members
(inner) config :module:model/RecordToNever
- Source:
Type:
(inner) id :String
- Source:
Type:
- String
(inner) input :module:model/DSSignStepInput
- Source:
Type:
(inner) name :String
- Source:
Type:
- String
(inner) output :Object:.<String:, Object:>
- Source:
A Record of strings to Strings, Variables, or Transformation Expressions
Type:
(inner) type :module:model/DSWorkflowStepTypesDSSign
- Source:
Type:
- module:model/DSWorkflowStepTypesDSSign
Methods
(static) constructFromObject(data, obj) → {module:model/DSSignStep}
- Source:
Constructs a DSSignStep from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.
Parameters:
| Name | Type | Description |
|---|---|---|
data |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/DSSignStep | Optional instance to populate. |
Returns:
The populated DSSignStep instance.