Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClientContributionNode

Representaion of a ContributionNode that can be used for serialized to clients.

Hierarchy

  • ClientContributionNode

Index

Properties

Optional children

children: Array<string>

List of ids for contributions which are children to the current contribution.

Optional contribution

contribution: ClientContribution

Contribution associated with this node.

Optional parents

parents: Array<string>

List of ids for contributions which are parents to the current contribution.

Generated using TypeDoc