interface ManageContext<T> {
    getContext(): EvaluationContext;
    setContext(context): T;
}

Type Parameters

  • T

Implemented by

Methods

Generated using TypeDoc