Interface InViewReturnMessage

Data returned when querying for dynamic catalog data within the current view.

See RenderContext.getCatalogHipsDataInView.

Hierarchy

  • InViewReturnMessage

Properties

Properties

aborted: boolean

A flag indicating whether the data-fetch operation was aborted, potentially due to a timeout or hitting a limit on the amount of data to be returned at once.

table: string

The table data, as tab-separated values with Windows (\r\n) newlines.

Generated using TypeDoc