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: packages/schema/jupyterwidgetmodels.latest.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ that the widget is registered with.
76
76
|`_view_module_version`| string |`'2.0.0'`|
77
77
|`_view_name`| string |`'AccordionView'`|
78
78
|`box_style`| string (one of `'success'`, `'info'`, `'warning'`, `'danger'`, `''`) |`''`| Use a predefined styling for the box. |
79
-
|`children`|array of reference to Widget widget|`[]`| List of widget children |
79
+
|`children`|Children |`[]`| List of widget children |
80
80
|`layout`| reference to Layout widget | reference to new instance |
81
81
|`selected_index`|`null` or number (integer) |`null`| The index of the selected page. This is either an integer selecting a particular sub-widget, or None to have no widgets selected. |
82
82
|`tabbable`|`null` or boolean |`null`| Is widget tabbable? |
@@ -163,7 +163,7 @@ that the widget is registered with.
163
163
|`_view_module_version`| string |`'2.0.0'`|
164
164
|`_view_name`| string |`'BoxView'`|
165
165
|`box_style`| string (one of `'success'`, `'info'`, `'warning'`, `'danger'`, `''`) |`''`| Use a predefined styling for the box. |
166
-
|`children`|array of reference to Widget widget|`[]`| List of widget children |
166
+
|`children`|Children |`[]`| List of widget children |
167
167
|`layout`| reference to Layout widget | reference to new instance |
168
168
|`tabbable`|`null` or boolean |`null`| Is widget tabbable? |
169
169
|`tooltip`|`null` or string |`null`| A tooltip caption. |
@@ -663,7 +663,7 @@ that the widget is registered with.
663
663
|`_view_module_version`| string |`'2.0.0'`|
664
664
|`_view_name`| string |`'GridBoxView'`|
665
665
|`box_style`| string (one of `'success'`, `'info'`, `'warning'`, `'danger'`, `''`) |`''`| Use a predefined styling for the box. |
666
-
|`children`|array of reference to Widget widget|`[]`| List of widget children |
666
+
|`children`|Children |`[]`| List of widget children |
667
667
|`layout`| reference to Layout widget | reference to new instance |
668
668
|`tabbable`|`null` or boolean |`null`| Is widget tabbable? |
669
669
|`tooltip`|`null` or string |`null`| A tooltip caption. |
@@ -680,7 +680,7 @@ that the widget is registered with.
680
680
|`_view_module_version`| string |`'2.0.0'`|
681
681
|`_view_name`| string |`'HBoxView'`|
682
682
|`box_style`| string (one of `'success'`, `'info'`, `'warning'`, `'danger'`, `''`) |`''`| Use a predefined styling for the box. |
683
-
|`children`|array of reference to Widget widget|`[]`| List of widget children |
683
+
|`children`|Children |`[]`| List of widget children |
684
684
|`layout`| reference to Layout widget | reference to new instance |
685
685
|`tabbable`|`null` or boolean |`null`| Is widget tabbable? |
686
686
|`tooltip`|`null` or string |`null`| A tooltip caption. |
@@ -1179,7 +1179,7 @@ that the widget is registered with.
1179
1179
|`_view_module_version`| string |`'2.0.0'`|
1180
1180
|`_view_name`| string |`'StackView'`|
1181
1181
|`box_style`| string (one of `'success'`, `'info'`, `'warning'`, `'danger'`, `''`) |`''`| Use a predefined styling for the box. |
1182
-
|`children`|array of reference to Widget widget|`[]`| List of widget children |
1182
+
|`children`|Children |`[]`| List of widget children |
1183
1183
|`layout`| reference to Layout widget | reference to new instance |
1184
1184
|`selected_index`|`null` or number (integer) |`null`| The index of the selected page. This is either an integer selecting a particular sub-widget, or None to have no widgets selected. |
1185
1185
|`tabbable`|`null` or boolean |`null`| Is widget tabbable? |
@@ -1198,7 +1198,7 @@ that the widget is registered with.
1198
1198
|`_view_module_version`| string |`'2.0.0'`|
1199
1199
|`_view_name`| string |`'TabView'`|
1200
1200
|`box_style`| string (one of `'success'`, `'info'`, `'warning'`, `'danger'`, `''`) |`''`| Use a predefined styling for the box. |
1201
-
|`children`|array of reference to Widget widget|`[]`| List of widget children |
1201
+
|`children`|Children |`[]`| List of widget children |
1202
1202
|`layout`| reference to Layout widget | reference to new instance |
1203
1203
|`selected_index`|`null` or number (integer) |`null`| The index of the selected page. This is either an integer selecting a particular sub-widget, or None to have no widgets selected. |
1204
1204
|`tabbable`|`null` or boolean |`null`| Is widget tabbable? |
@@ -1402,7 +1402,7 @@ that the widget is registered with.
1402
1402
|`_view_module_version`| string |`'2.0.0'`|
1403
1403
|`_view_name`| string |`'VBoxView'`|
1404
1404
|`box_style`| string (one of `'success'`, `'info'`, `'warning'`, `'danger'`, `''`) |`''`| Use a predefined styling for the box. |
1405
-
|`children`|array of reference to Widget widget|`[]`| List of widget children |
1405
+
|`children`|Children |`[]`| List of widget children |
1406
1406
|`layout`| reference to Layout widget | reference to new instance |
1407
1407
|`tabbable`|`null` or boolean |`null`| Is widget tabbable? |
1408
1408
|`tooltip`|`null` or string |`null`| A tooltip caption. |
0 commit comments