Type alias WidgetInfo

WidgetInfo: {
    config: object;
    order: number;
    widget_title: string;
    widget_type: string;
}

Type declaration

  • config: object

    Settings for the widget

  • order: number

    Order in which to display the widget

  • widget_title: string

    Title of the widget

  • widget_type: string

    Type of widget to display