英語で読む 編集

次の方法で共有


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

TypeScript
description: string

Property Value

string

id

Fully qualified identifier of the contribution/type

TypeScript
id: string

Property Value

string

includes

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

TypeScript
includes: string[]

Property Value

string[]

properties

Properties/attributes of this contribution

TypeScript
properties: any

Property Value

any

targets

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

TypeScript
targets: string[]

Property Value

string[]

type

Id of the Contribution Type

TypeScript
type: string

Property Value

string