Data interface for the type of action.

interface IActionTermComparatorFactory {
    context: IActionContext;
}

Hierarchy (View Summary)

  • IAction
    • IActionTermComparatorFactory

Properties

Properties

The input context that is passed through by actors.