new ArchActionFindUserPrompt(coreFindUserPromptActionViewModel)
The Architect Scripting class that represents the Find User Prompt action.
Instances of this action should be created by calling ArchFactoryActions#addActionFindUserPrompt
Parameters:
| Name | Type | Description |
|---|---|---|
coreFindUserPromptActionViewModel |
Object | ( Internal ) an Architect core Find User Prompt action view model. |
Extends
Members
-
static, readonly displayTypeName :string
-
Returns the display type name string 'ArchActionFindUserPrompt'.
-
readonly displayTypeName :string
-
Returns the display type name string 'ArchBaseActionFindSystemObject'.
-
readonly findName :ArchValueString
-
The name of the object to look up. Inheriting Find action instances will provide the context for the name string. For example, in the
ArchActionFindUserPromptaction this would be the name of the user prompt that you wish to look up at runtime.- Inherited From:
-
readonly findResult :ArchValuePrompt
-
The value that will hold the returned user prompt if found.
-
readonly isArchActionFindUserPrompt :boolean
-
Returns true indicating that this is an ArchActionFindUserPrompt instance.
-
readonly isArchBaseActionFindSystemObjectByName :boolean
-
Returns true indicating that this is an ArchBaseActionFindSystemObject instance.