Variable toolViewsPointConst Experimental

toolViewsPoint: ContributionPoint<Record<string, ToolViewManifestEntry[]>, Record<string, ToolView[]>> = ...

The "toolViews" contribution point.

JSON contributions to this point are represented by type ToolViewManifestEntry.

Code contributions to this point are made using the registerToolViewComponent that accepts a React component of type React.JSX.Element.

Generated using TypeDoc