new ArchActionSearchExternalContacts(coreSearchExternalContactsActionViewModel)
The Architect Scripting class that represents the Search External Contacts action.
Instances of this action should be created by calling ArchFactoryActions#addActionSearchExternalContacts
Parameters:
| Name | Type | Description |
|---|---|---|
coreSearchExternalContactsActionViewModel |
Object | ( Internal ) an Architect core Search External Contacts action view model. |
Extends
Members
-
static, readonly displayTypeName :string
-
Returns the display type name string 'ArchActionSearchExternalContacts'.
-
readonly externalResults :ArchValueExternalContactCollection
-
The External Contacts that were found.
-
readonly isArchActionSearchExternalContacts :boolean
-
Returns true indicating that this is an ArchActionSearchExternalContacts instance.
-
readonly outputMatchExact :ArchActionOutput
-
The exact match output for this action
-
readonly outputMatchMultiple :ArchActionOutput
-
The multiple match output for this action which indicates more than one match was found
-
readonly outputNotFound :ArchActionOutput
-
The not found output for this action
-
readonly searchTerm :ArchValueString
-
A string representation of the phone number, email address or Twitter handle of the contact.