Comunica
    Preparing search index...

    Data interface for the type of action.

    interface IActionOptimizeQueryOperation {
        context: IActionContext;
        operation: Operation;
    }

    Hierarchy (View Summary)

    • IAction
      • IActionOptimizeQueryOperation
    Index

    Properties

    Properties

    The input context that is passed through by actors.

    operation: Operation