new ArchActionLoop(coreLoopActionViewModel)
The Architect Scripting class that represents the Loop action.
Instances of this action should be created by calling ArchFactoryActions#addActionLoop
Parameters:
| Name | Type | Description |
|---|---|---|
coreLoopActionViewModel |
Object | ( Internal ) an Architect core loop action view model. |
Extends
Members
-
static, readonly displayTypeName :string
-
Returns the display type name string 'ArchActionLoop'.
-
readonly currentIndex :ArchValueInteger
-
A value that contains the variable that holds the current loop index.
-
readonly isArchActionLoop :boolean
-
Returns true indicating that this is an ArchActionLoop instance.
-
readonly loopCount :ArchValueInteger
-
The number of times this loop action should loop.
-
readonly outputLoop :ArchActionOutput
-
The loop output for this action where actions to be performed during the loop iteration should be added.
- Inherited From: