ArchTraverseSettings()

new ArchTraverseSettings()

See:

Members

static, readonly displayTypeName :string

Returns the display type name string 'ArchTraverseSettings'.

callbackCount :number

Returns the number of callbacks that have been made. The counter is incremented prior to a callback function being invoked so on the very first traverse callback the value will be 1.

callbackFunction :callbackTraverseInfo

Returns the traverse info callback function being used for the traversal operation.

filter :ArchFilterObject

Returns the filter being used for the traversal operation.

readonly isArchCallbackTraverseInfo :boolean

Returns true indicating that this is an ArchTraverseSettings instance.

readonly logStr :string

A string suitable for logging that contains information about this definition.

shouldContinue :boolean

Whether or not traversal should continue processing.