new ArchActionTransferToFlow(coreTransferToFlowActionViewModel)
The Architect Scripting class for the Transfer to Flow action.
Instances of this action should be created by calling ArchFactoryActions#addActionTransferToFlow
Parameters:
| Name | Type | Description |
|---|---|---|
coreTransferToFlowActionViewModel |
Object | ( Internal ) an Architect core transfer to flow action view model. |
Extends
Members
-
static, readonly displayTypeName :string
-
Returns the display type name string 'ArchActionTransferToFlow'.
-
static, readonly isArchActionTransferToFlow :boolean
-
Returns true indicating that this is an ArchActionTransferToFlow instance.
-
readonly failureOutputs :ArchNamedValueList
-
List of properties with error information about failed transfers
- Inherited From:
-
readonly failureTransferAudio :ArchAudio
-
The failure transfer audio to play on the call in the even the transfer fails at runtime.
- Inherited From:
-
readonly preTransferAudio :ArchAudio
-
The pre transfer audio to play on the call.
- Inherited From:
-
targetFlowInfo :ArchFlowInfoBasic
-
The target flow for the transfer. Note that the setter will also accept an
ArchFlowInfoinstance or anArchFlowInfoBasicinstance.