ClientContribution interface
Representation of a ContributionNode that can be used for serialized to clients.
Properties
description | Description of the contribution/type |
id | Fully qualified identifier of the contribution/type |
includes | Includes is a set of contributions that should have this contribution included in their targets list. |
properties | Properties/attributes of this contribution |
targets | The ids of the contribution(s) that this contribution targets. (parent contributions) |
type | Id of the Contribution Type |
Property Details
description
Description of the contribution/type
description: string
Property Value
string
id
Fully qualified identifier of the contribution/type
id: string
Property Value
string
includes
Includes is a set of contributions that should have this contribution included in their targets list.
includes: string[]
Property Value
string[]
properties
Properties/attributes of this contribution
properties: any
Property Value
any
targets
The ids of the contribution(s) that this contribution targets. (parent contributions)
targets: string[]
Property Value
string[]
type
Id of the Contribution Type
type: string
Property Value
string