Type of JSON entry in manifest
Type of contribution in framework store
Optional
processOptional function used to process JSON entries from the manifest to entries in the framework store. Defaults to the identity function.
A JSON entry from the manifest.
An entry for the framework store.
JSON schema used to validate JSON entries from the manifest.
Generated using TypeDoc
Information for a contribution point whose contributions have one or more entries the extension's JSON manifest
manifest/contributes/${contribPoint.id}
.The format of such entries must follow the contribution point's JSON Schema given by its schema property.
This is an optional part of a ContributionPoint.