ClientContributionNode interface
Representation of a ContributionNode that can be used for serialized to clients.
Properties
children | List of ids for contributions which are children to the current contribution. |
contribution | Contribution associated with this node. |
parents | List of ids for contributions which are parents to the current contribution. |
Property Details
children
List of ids for contributions which are children to the current contribution.
children: string[]
Property Value
string[]
contribution
Contribution associated with this node.
contribution: ClientContribution
Property Value
parents
List of ids for contributions which are parents to the current contribution.
parents: string[]
Property Value
string[]