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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ Attribute | Type | Default | Help
78
78
`box_style` | string (one of `'success'`, `'info'`, `'warning'`, `'danger'`, `''`) | `''` | Use a predefined styling for the box.
79
79
`children` | array of reference to Widget widget | `[]` | List of widget children
80
80
`layout` | reference to Layout widget | reference to new instance |
81
-
`selected_index` | `null` or number (integer) | `0` | The index of the selected page. This is either an integer selecting a particular sub-widget, or None to have no widgets selected.
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?
83
83
`tooltip` | `null` or string | `null` | A tooltip caption.
84
84
@@ -956,7 +956,7 @@ Attribute | Type | Default | Help
956
956
`box_style` | string (one of `'success'`, `'info'`, `'warning'`, `'danger'`, `''`) | `''` | Use a predefined styling for the box.
957
957
`children` | array of reference to Widget widget | `[]` | List of widget children
958
958
`layout` | reference to Layout widget | reference to new instance |
959
-
`selected_index` | `null` or number (integer) | `0` | The index of the selected page. This is either an integer selecting a particular sub-widget, or None to have no widgets selected.
959
+
`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.
960
960
`tabbable` | `null` or boolean | `null` | Is widget tabbable?
961
961
`tooltip` | `null` or string | `null` | A tooltip caption.
962
962
@@ -975,7 +975,7 @@ Attribute | Type | Default | Help
975
975
`box_style` | string (one of `'success'`, `'info'`, `'warning'`, `'danger'`, `''`) | `''` | Use a predefined styling for the box.
976
976
`children` | array of reference to Widget widget | `[]` | List of widget children
977
977
`layout` | reference to Layout widget | reference to new instance |
978
-
`selected_index` | `null` or number (integer) | `0` | The index of the selected page. This is either an integer selecting a particular sub-widget, or None to have no widgets selected.
978
+
`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.
979
979
`tabbable` | `null` or boolean | `null` | Is widget tabbable?
980
980
`tooltip` | `null` or string | `null` | A tooltip caption.
0 commit comments