A client data provider are the details needed to make the data provider request from the client.

interface ClientDataProviderQuery {
    context?: DataProviderContext;
    contributionIds?: string[];
    queryServiceInstanceType?: string;
}

Hierarchy (View Summary)

Properties

Contextual information to pass to the data providers

contributionIds?: string[]

The contribution ids of the data providers to resolve

queryServiceInstanceType?: string

The Id of the service instance type that should be communicated with in order to resolve the data providers from the client given the query values.