ContributionNodeQueryResult interface
Result of a contribution node query. Wraps the resulting contribution nodes and provider details.
Properties
nodes | Map of contribution ids to corresponding node. |
provider |
Map of provider ids to the corresponding provider details object. |
Property Details
nodes
Map of contribution ids to corresponding node.
nodes: {[key: string]: ClientContributionNode}
Property Value
{[key: string]: ClientContributionNode}
providerDetails
Map of provider ids to the corresponding provider details object.
providerDetails: {[key: string]: ClientContributionProviderDetails}
Property Value
{[key: string]: ClientContributionProviderDetails}