ClientContributionProviderDetails interface
display |
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. |
Friendly name for the provider.
displayName: string
Property Value
string
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 associated with the provider
properties: {[key: string]: string}
Property Value
{[key: string]: string}
Version of contributions associated with this contribution provider.
version: string
Property Value
string