Class DashboardPanelInfo.PanelWidgetInfo
Inheritance
DashboardPanelInfo.PanelWidgetInfo
Assembly: DataWeb.Core.dll
public class DashboardPanelInfo.PanelWidgetInfo
Properties
Declaration
public string Id { get; set; }
Property Value
Declaration
public string Name { get; set; }
Property Value
Declaration
public Dictionary<string, object> Settings { get; set; }
Property Value
Declaration
public string Title { get; set; }
Property Value
Declaration
public string Type { get; set; }
Property Value
Declaration
public string WidgetComponent { get; set; }
Property Value