ContributionBase interface

Base class shared by contributions and contribution types

Properties

description

Description of the contribution/type

id

Fully qualified identifier of the contribution/type

visibleTo

VisibleTo can be used to restrict whom can reference a given contribution/type. This value should be a list of publishers or extensions access is restricted too. Examples: "ms" - Means only the "ms" publisher can reference this. "ms.vss-web" - Means only the "vss-web" extension from the "ms" publisher can reference this.

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

visibleTo

VisibleTo can be used to restrict whom can reference a given contribution/type. This value should be a list of publishers or extensions access is restricted too. Examples: "ms" - Means only the "ms" publisher can reference this. "ms.vss-web" - Means only the "vss-web" extension from the "ms" publisher can reference this.

visibleTo: string[]

Property Value

string[]