Interface
The Widget component props. Included in AllWidgetProps.
Inheritance: WidgetPropsOmit<React.HTMLAttributes<HTMLDivElement>, "style">
Properties
Property | Type | Notes |
---|---|---|
autoWidth | boolean | Whether the layout item's width/height is auto. |
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. |
autoWidth
optional
Interface PropertyautoWidth: boolean
Whether the layout item's width/height is auto.