ArchActionDecision(coreDecisionActionViewModel)

new ArchActionDecision(coreDecisionActionViewModel)

The Architect Scripting class that represents the Decision action. Instances of this action should be created by calling ArchFactoryActions#addActionDecision

Parameters:
Name Type Description
coreDecisionActionViewModel Object

( Internal ) an Architect core decision action view model.

See:

Extends

Members

static, readonly displayTypeName :string

Returns the display type name string 'ArchActionDecision'.

readonly condition :ArchValueBoolean

The boolean condition for the decision action. At runtime if the boolean condition evaluates to true, execution will take the Yes output on this action. Otherwise the No output will be taken.

readonly isArchActionDecision :boolean

Returns true indicating that this is an ArchActionDecision instance.

readonly outputNo :ArchActionOutput

The no output for this action

Inherited From:

readonly outputYes :ArchActionOutput

The yes output for this action

Inherited From: