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

    Interface SelectionResult

    Result transported as topic event selection/EXECUTING or directly transported to a SelectionReceiver.

    interface SelectionResult {
        executions: QueryExecutions;
        replaceExistingSelection?: boolean;
    }
    Index

    Properties

    executions: QueryExecutions

    The created query executions.

    replaceExistingSelection?: boolean

    Flag to signal whether existing selections should be replaced (if set to true) or added (if set to false).