ClientDataProviderQuery interface
A client data provider are the details needed to make the data provider request from the client.
- Extends
query |
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. |
context | Contextual information to pass to the data providers |
contribution |
The contribution ids of the data providers to resolve |
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.
queryServiceInstanceType: string
Property Value
string
Contextual information to pass to the data providers
context: DataProviderContext
Property Value
Inherited From DataProviderQuery.context
The contribution ids of the data providers to resolve
contributionIds: string[]
Property Value
string[]
Inherited From DataProviderQuery.contributionIds