Skip to main content

WidgetDependencies

Interfaces

WidgetDependenciesProps

Properties

PropertyTypeDescriptionDefined in
dependenciesRecord<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

ParameterType
__namedParametersWidgetDependenciesProps

Returns

Element

Defined in

manager/components/WidgetDependencies.tsx:25