You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/v1/WidgetLayout.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
| Name | Type | Description | Notes |
6
6
| ---- | ---- | ----------- | ----- |
7
7
|**height**|**Integer**| The height of the widget. Should be a non-negative integer. ||
8
-
|**is_column_break**|**Boolean**| Whether the widget should be the first one on the second column in high density or not. **Note**: Only for the **new dashboard layout** and only one widget in the dashboard should have this property set to `true`. |[optional][default to false]|
8
+
|**is_column_break**|**Boolean**| Whether the widget should be the first one on the second column in high density or not. **Note**: Only for the **new dashboard layout** and only one widget in the dashboard should have this property set to `true`. |[optional]|
9
9
|**width**|**Integer**| The width of the widget. Should be a non-negative integer. ||
10
10
|**x**|**Integer**| The position of the widget on the x (horizontal) axis. Should be a non-negative integer. ||
11
11
|**y**|**Integer**| The position of the widget on the y (vertical) axis. Should be a non-negative integer. ||
0 commit comments