# Type alias CommonWidgetProps

CommonWidgetProps: WithWidgetType< ChartWidgetProps, "chart" > | WithWidgetType< PivotTableWidgetProps, "pivot" > | WithWidgetType< PluginWidgetProps, "plugin" > | WithWidgetType< TextWidgetProps, "text" > & {}

Props for the facade widget component.