ReadonlycurrentAs long as a ui is opened, the shown data can be accessed here. If a ui is closed or a new call to open is performed. The data will be replaced.
ReadonlydataProvides access to a factory to assemble DataTables.
Controls whether results are visualized and interactive on the map. When enabled, result features are highlighted on the map and selecting a data table will automatically zoom to its features.
Registers event listener.
Opens the given data tables in the UI and returns a handle that allows the caller to hide the model again.
This method merges previously opened tables with the given dataTables by default. This behavior can be controlled by the given options object.
The tables to be opened.
Optionaloptions: ResultViewerServiceOpenOptionsOptions used to open the tables.
Provides a service to show data tables in the ui.
The service can be injected by referencing
"result-api.ResultViewerService".Via the property
currentDataTablesthe available data tables can be accessed.It is possible to watch for the event
current-data-changed: