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