WidgetDependencies
Interfaces
WidgetDependenciesProps
Properties
Property | Type | Description | Defined in |
---|---|---|---|
dependencies | Record <string , string > | The dependencies mapping package name to the corresponding version string. | manager/components/WidgetDependencies.tsx:14 |
Functions
default()
default(
__namedParameters
):Element
Display component for widget dependencies.
This component normally just displays the number of dependencies. It also renders a view details button, which on click will show a popover with a list of package names and corresponding version strings. The package names are linked to their URL on npmjs.com.
Parameters
Parameter | Type |
---|---|
__namedParameters | WidgetDependenciesProps |
Returns
Element