ContributionProviderDetails interface

Properties

displayName

Friendly name for the provider.

name

Unique identifier for this provider. The provider name can be used to cache the contribution data and refer back to it when looking for changes

properties

Properties associated with the provider

version

Version of contributions associated with this contribution provider.

Property Details

displayName

Friendly name for the provider.

displayName: string

Property Value

string

name

Unique identifier for this provider. The provider name can be used to cache the contribution data and refer back to it when looking for changes

name: string

Property Value

string

properties

Properties associated with the provider

properties: {[key: string]: string}

Property Value

{[key: string]: string}

version

Version of contributions associated with this contribution provider.

version: string

Property Value

string