new ArchActionAskForBoolean(coreAskForBooleanActionViewModel)
The Architect Scripting class for Ask For Boolean action
Instances of this action should be created by calling ArchFactoryActions#addActionAskForBoolean
Parameters:
| Name | Type | Description |
|---|---|---|
coreAskForBooleanActionViewModel |
Object | ( Internal ) an Architect core Ask For Boolean action view model. |
Extends
Members
-
static, readonly displayTypeName :string
-
Returns the display type name string 'ArchActionAskForBoolean'.
-
readonly isArchActionAskForBoolean :boolean
-
Returns true indicating that this is an ArchActionAskForBoolean instance.
-
readonly outputMaxNoInputs :ArchActionOutput
-
The Max No Inputs output for this action which will be taken at runtime if the Max No Inputs value is exceeded.
-
readonly outputMaxNoMatches :ArchActionOutput
-
The Max No Matches output for this action which will be taken at runtime if the Max No Matches value is exceeded.
-
question :ArchValueString
-
The question text for the action.
- Inherited From: