module:model/DSWebFormsStep

module:model/DSWebFormsStep

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

Source:

Constructs a new DSWebFormsStep.
A DS Workflow WebForms Step

Parameters:
Name Type Description
config module:model/DSWebFormsStepConfig
id String
input Object:.<String:, Object:>

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

name String
output Object:.<String:, Object:>

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

type module:model/DSWorkflowStepTypesDSWebForms

Members

(inner) config :module:model/DSWebFormsStepConfig

Source:
Type:

(inner) id :String

Source:
Type:
  • String

(inner) input :Object:.<String:, Object:>

Source:

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

Type:
  • Object:.<String:, Object:>

(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/DSWorkflowStepTypesDSWebForms

Source:
Type:
  • module:model/DSWorkflowStepTypesDSWebForms

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated DSWebFormsStep instance.

Type
module:model/DSWebFormsStep