Skip to content

Commit 776576f

Browse files
committed
Commit spec changes
1 parent 2dd04b1 commit 776576f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/schema/jupyterwidgetmodels.latest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Attribute | Type | Default | Help
7878
`box_style` | string (one of `'success'`, `'info'`, `'warning'`, `'danger'`, `''`) | `''` | Use a predefined styling for the box.
7979
`children` | array of reference to Widget widget | `[]` | List of widget children
8080
`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.
8282
`tabbable` | `null` or boolean | `null` | Is widget tabbable?
8383
`tooltip` | `null` or string | `null` | A tooltip caption.
8484

@@ -956,7 +956,7 @@ Attribute | Type | Default | Help
956956
`box_style` | string (one of `'success'`, `'info'`, `'warning'`, `'danger'`, `''`) | `''` | Use a predefined styling for the box.
957957
`children` | array of reference to Widget widget | `[]` | List of widget children
958958
`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.
960960
`tabbable` | `null` or boolean | `null` | Is widget tabbable?
961961
`tooltip` | `null` or string | `null` | A tooltip caption.
962962

@@ -975,7 +975,7 @@ Attribute | Type | Default | Help
975975
`box_style` | string (one of `'success'`, `'info'`, `'warning'`, `'danger'`, `''`) | `''` | Use a predefined styling for the box.
976976
`children` | array of reference to Widget widget | `[]` | List of widget children
977977
`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.
979979
`tabbable` | `null` or boolean | `null` | Is widget tabbable?
980980
`tooltip` | `null` or string | `null` | A tooltip caption.
981981

0 commit comments

Comments
 (0)