Data interface for the type of action.

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

Hierarchy (View Summary)

  • IAction
    • IActionBindingsAggregatorFactory

Properties

Properties

The input context that is passed through by actors.

expr: AggregateExpression