map.apps Bundle APIs 4.20.2
    Preparing search index...

    Interface ResultViewerServiceOpenOptions

    Options to control how tables are opened by the ResultViewerService.

    interface ResultViewerServiceOpenOptions {
        replaceTables?: boolean;
    }
    Index

    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.