Data interface for the type of action.

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

Hierarchy (View Summary)

Properties

Properties

The input context that is passed through by actors.

operation: Operation

The query operation to handle.