Comunica
    Preparing search index...

    Interface IQuerySourceWrapper<Q>

    Attaches a context to a query target.

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

    Type Parameters

    Index

    Properties

    Properties

    context?: IActionContext
    source: Q