Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ContributionBase

Base class shared by contributions and contribution types

Hierarchy

Index

Properties

Properties

Optional description

description: string

Description of the contribution/type

Optional id

id: string

Fully qualified identifier of the contribution/type

Optional visibleTo

visibleTo: Array<string>

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.

Generated using TypeDoc