Interface
The Widget component props. Included in AllWidgetProps.
Properties
| Property | Type | Notes |
|---|---|---|
autoWidth | boolean | Whether the layout item's width/height is auto. |
className | string | The CSS class name. |
layoutId | string | The layout ID that the widget is placed in. |
layoutItemId | string | The layout item id that the widget is placed in. A widget must be placed in a layout item, and a layout has multiple layout items so it can hold multiple widgets. |
widgetId | string | The widget ID. |