new ArchActionFindEmergencyGroup(coreFindEmergencyGroupActionViewModel)
The Architect Scripting class that represents the Find Emergency Group action.
Instances of this action should be created by calling ArchFactoryActions#addActionFindEmergencyGroup
Parameters:
| Name | Type | Description |
|---|---|---|
coreFindEmergencyGroupActionViewModel |
Object | ( Internal ) an Architect core Find Emergency Group action view model. |
Extends
Members
-
static, readonly displayTypeName :string
-
Returns the display type name string 'ArchActionFindEmergencyGroup'.
-
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 :ArchValueEmergencyGroup
-
The value that will hold the returned emergency group if found.
-
readonly isArchActionFindEmergencyGroup :boolean
-
Returns true indicating that this is an ArchActionFindEmergencyGroup instance.
-
readonly isArchBaseActionFindSystemObjectByName :boolean
-
Returns true indicating that this is an ArchBaseActionFindSystemObject instance.