Package version:

Main data which DevPortal needs for every custom widget.

interface CustomWidgetCommonConfig {
    displayName: string;
    iconUrl?: string;
    technology: ScaffoldTech;
}

Properties

displayName: string

Name of the custom widget which is displayed in DevPortal.

iconUrl?: string

Optional URL for a custom icon, which will be displayed in DevPortal widget list.

technology: ScaffoldTech

Technology to use to scaffold the widget.

Generated using TypeDoc