Interface VisitRetrievalOptions

A collection of options passed to ContainerTreeVisitor.visitRetrieval.

Hierarchy

  • VisitRetrievalOptions

Properties

Properties

location: ServiceIdentifierLocation

The location of the identifier, or ServiceIdentifierLocation.None if the identifier could not be found.

See

ServiceIdentifierLocation

many: boolean

If true, the identifier was requested via the following methods:

Otherwise, the identifier was requested using:

recursive: boolean

Whether the request was recursive. If the option was not specified in the request, defaults to true.

Generated using TypeDoc