Readonly
currentAs 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.
Readonly
dataProvides access to a factory to assemble DataTables.
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.
Optional
options: 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
currentDataTables
the available data tables can be accessed.It is possible to watch for the event
current-data-changed
: