ArchActionFindQueueById(coreFindQueueByIdActionViewModel)

new ArchActionFindQueueById(coreFindQueueByIdActionViewModel)

The Architect Scripting class that represents the Find Queue By Id action. Instances of this action should be created by calling ArchFactoryActions#addActionFindQueueById

Parameters:
Name Type Description
coreFindQueueByIdActionViewModel Object

( Internal ) an Architect core Find Queue By Id action view model.

See:

Extends

Members

static, readonly displayTypeName :string

Returns the display type name string 'ArchActionFindQueueById'.

readonly displayTypeName :string

Returns the display type name string 'ArchBaseActionFindSystemObject'.

Overrides:

readonly findId :ArchValueString

The identifier of the object to look up. While it is always a string, inheriting Find action classes will provide the context of the identifier. For example, in the ArchActionFindUserById action this would be the identifier of the user that you wish to look up at runtime.

Inherited From:

readonly findResult :ArchValueQueue

The value that holds the result of the find queue by identifier lookup at runtime.

readonly isArchActionFindQueueById :boolean

Returns true indicating that this is an ArchActionFindQueueById instance.

readonly isArchBaseActionFindSystemObjectById :boolean

Returns true indicating that this is an ArchBaseActionFindSystemObject instance.

Inherited From: