Interface ResultViewerServiceOpenOptions

Options to control how tables are opened by the ResultViewerService.

interface ResultViewerServiceOpenOptions {
    replaceTables?: boolean;
}

Properties

Properties

replaceTables?: boolean

True, if previously opened tables should be replaced. False, if previously opened tables should be combined with the new ones. Default value depends on the ResultViewerService configuration.

Generated using TypeDoc