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