Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClientContribution

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

Hierarchy

  • ClientContribution

Index

Properties

Optional description

description: string

Description of the contribution/type

Optional id

id: string

Fully qualified identifier of the contribution/type

Optional includes

includes: Array<string>

Includes is a set of contributions that should have this contribution included in their targets list.

Optional properties

properties: JObject

Properties/attributes of this contribution

Optional targets

targets: Array<string>

The ids of the contribution(s) that this contribution targets. (parent contributions)

Optional type

type: string

Id of the Contribution Type

Generated using TypeDoc