Interface IQuerySourceWrapper<Q>

Attaches a context to a query target.

interface IQuerySourceWrapper<Q> {
    context?: IActionContext;
    source: Q;
}

Type Parameters

Properties

Properties

context?: IActionContext
source: Q