ContributionNodeQuery interface
A query that can be issued for contribution nodes
Properties
contribution |
The contribution ids of the nodes to find. |
data |
Contextual information that can be leveraged by contribution constraints |
include |
Indicator if contribution provider details should be included in the result. |
query |
Query options tpo be used when fetching ContributionNodes |
Property Details
contributionIds
The contribution ids of the nodes to find.
contributionIds: string[]
Property Value
string[]
dataProviderContext
Contextual information that can be leveraged by contribution constraints
dataProviderContext: DataProviderContext
Property Value
includeProviderDetails
Indicator if contribution provider details should be included in the result.
includeProviderDetails: boolean
Property Value
boolean
queryOptions
Query options tpo be used when fetching ContributionNodes
queryOptions: ContributionQueryOptions