# Type alias WidgetProps

WidgetProps: WithCommonWidgetProps< ChartWidgetProps, "chart" > | WithCommonWidgetProps< PivotTableWidgetProps, "pivot" > | WithCommonWidgetProps< PluginWidgetProps, "plugin" > | WithCommonWidgetProps< TextWidgetProps, "text" >

Props for the widget component within a container component like dashboard.