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

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

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).