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-3
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ Attribute | Type | Default | Help
77
77
`box_style` | string (one of `'success'`, `'info'`, `'warning'`, `'danger'`, `''`) | `''` | Use a predefined styling for the box.
78
78
`children` | array of reference to Widget widget | `[]` | List of widget children
79
79
`layout` | reference to Layout widget | reference to new instance |
80
-
`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.
80
+
`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.
81
81
`tabbable` | `null` or boolean | `null` | Is widget tabbable?
82
82
`titles` | array of string | `[]` | Titles of the pages
83
83
`tooltip` | `null` or string | `null` | A tooltip caption.
@@ -955,7 +955,7 @@ Attribute | Type | Default | Help
955
955
`box_style` | string (one of `'success'`, `'info'`, `'warning'`, `'danger'`, `''`) | `''` | Use a predefined styling for the box.
956
956
`children` | array of reference to Widget widget | `[]` | List of widget children
957
957
`layout` | reference to Layout widget | reference to new instance |
958
-
`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.
958
+
`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.
959
959
`tabbable` | `null` or boolean | `null` | Is widget tabbable?
960
960
`titles` | array of string | `[]` | Titles of the pages
961
961
`tooltip` | `null` or string | `null` | A tooltip caption.
@@ -974,7 +974,7 @@ Attribute | Type | Default | Help
974
974
`box_style` | string (one of `'success'`, `'info'`, `'warning'`, `'danger'`, `''`) | `''` | Use a predefined styling for the box.
975
975
`children` | array of reference to Widget widget | `[]` | List of widget children
976
976
`layout` | reference to Layout widget | reference to new instance |
977
-
`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.
977
+
`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.
978
978
`tabbable` | `null` or boolean | `null` | Is widget tabbable?
979
979
`titles` | array of string | `[]` | Titles of the pages
980
980
`tooltip` | `null` or string | `null` | A tooltip caption.
0 commit comments