Data interface for the type of action.

interface IActionExpressionEvaluatorFactory {
    algExpr: Expression;
    context: IActionContext;
}

Hierarchy (View Summary)

  • IAction
    • IActionExpressionEvaluatorFactory

Properties

Properties

algExpr: Expression

The input context that is passed through by actors.