module:model/DSIdvStep

module:model/DSIdvStep

new module:model/DSIdvStep(config, id, input, name, output, type)

Source:

Constructs a new DSIdvStep.

Parameters:
Name Type Description
config module:model/RecordToNever
id String
input module:model/DSIdvStepInput
name String
output Object:.<String:, Object:>

A Record of strings to Strings, Variables, or Transformation Expressions

type module:model/DSWorkflowStepTypesDSIdv

Members

(inner) config :module:model/RecordToNever

Source:
Type:

(inner) id :String

Source:
Type:
  • String

(inner) input :module:model/DSIdvStepInput

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:
  • Object:.<String:, Object:>

(inner) type :module:model/DSWorkflowStepTypesDSIdv

Source:
Type:
  • module:model/DSWorkflowStepTypesDSIdv

Methods

(static) constructFromObject(data, obj) → {module:model/DSIdvStep}

Source:

Constructs a DSIdvStep 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/DSIdvStep

Optional instance to populate.

Returns:

The populated DSIdvStep instance.

Type
module:model/DSIdvStep