Contribution points are currently exported constants that are named
<name>Point, where <name> is the extension point identifier.
The following contribution points are available:
IMPORTANT NOTE: This module is still in development, hence it has not
yet reached a stable state. Its name, API, and implementation may change
without notice from one package release to the other.
This module defines a number of contribution points that are common for UI application development.
You can register all contribution points defined in this module using the registerContributionPoints function or register individual points using the core.registerContributionPoint function.
Contribution points are currently exported constants that are named
<name>Point
, where<name>
is the extension point identifier. The following contribution points are available:IMPORTANT NOTE: This module is still in development, hence it has not yet reached a stable state. Its name, API, and implementation may change without notice from one package release to the other.