Data interface for the type of action.

interface IActionBindingsAggregatorFactory {
    context: IActionContext;
    expr: AggregateExpression;
}

Hierarchy (view full)

  • IAction
    • IActionBindingsAggregatorFactory

Properties

Properties

The input context that is passed through by actors.

expr: AggregateExpression