Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SearchProgressEventArgs

Index

Constructors

constructor

Properties

endpointUrl

endpointUrl: string

The URL to the search endpoint.

type

String

error

error: Error

Any error that might have been thrown.

type

Error

message

message: string

A message that might be displayed to the user. In the event of an error, then usually error.message

type

String

query

query: string

The full search query that was used for the search. Only relevant for text-based searches.

type

String

results

The results of the search.

type

geocortex.essentialsHtmlViewer.mapping.infrastructure.FeatureSetCollection

searchType

searchType: string

The type of search that is being performed (eg. Instant Search, Geocode, etc.).

type

String

status

status: string

The status of the executing search.

type

geocortex.essentialsHtmlViewer.mapping.infrastructure.search.Status