Skip to content

Commit 040def6

Browse files
committed
Update model spec
1 parent cec2332 commit 040def6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/schema/jupyterwidgetmodels.latest.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,7 @@ Attribute | Type | Default | Help
432432
`_view_module_version` | string | `'2.0.0'` |
433433
`_view_name` | string | `'FloatLogSliderView'` |
434434
`base` | number (float) | `10.0` | Base for the logarithm
435+
`behaviour` | string (one of `'drag-tap'`, `'drag-snap'`, `'tap'`, `'drag'`, `'snap'`) | `'drag-tap'` | Slider dragging behaviour.
435436
`continuous_update` | boolean | `true` | Update the value of the widget as the user is holding the slider.
436437
`description` | string | `''` | Description of the control.
437438
`disabled` | boolean | `false` | Enable or disable user changes
@@ -480,6 +481,7 @@ Attribute | Type | Default | Help
480481
`_view_module` | string | `'@jupyter-widgets/controls'` |
481482
`_view_module_version` | string | `'2.0.0'` |
482483
`_view_name` | string | `'FloatRangeSliderView'` |
484+
`behaviour` | string (one of `'drag-tap'`, `'drag-snap'`, `'tap'`, `'drag'`, `'snap'`) | `'drag-tap'` | Slider dragging behaviour.
483485
`continuous_update` | boolean | `true` | Update the value of the widget as the user is sliding the slider.
484486
`description` | string | `''` | Description of the control.
485487
`disabled` | boolean | `false` | Enable or disable user changes
@@ -506,6 +508,7 @@ Attribute | Type | Default | Help
506508
`_view_module` | string | `'@jupyter-widgets/controls'` |
507509
`_view_module_version` | string | `'2.0.0'` |
508510
`_view_name` | string | `'FloatSliderView'` |
511+
`behaviour` | string (one of `'drag-tap'`, `'drag-snap'`, `'tap'`, `'drag'`, `'snap'`) | `'drag-tap'` | Slider dragging behaviour.
509512
`continuous_update` | boolean | `true` | Update the value of the widget as the user is holding the slider.
510513
`description` | string | `''` | Description of the control.
511514
`disabled` | boolean | `false` | Enable or disable user changes
@@ -666,6 +669,7 @@ Attribute | Type | Default | Help
666669
`_view_module` | string | `'@jupyter-widgets/controls'` |
667670
`_view_module_version` | string | `'2.0.0'` |
668671
`_view_name` | string | `'IntRangeSliderView'` |
672+
`behaviour` | string (one of `'drag-tap'`, `'drag-snap'`, `'tap'`, `'drag'`, `'snap'`) | `'drag-tap'` | Slider dragging behaviour.
669673
`continuous_update` | boolean | `true` | Update the value of the widget as the user is sliding the slider.
670674
`description` | string | `''` | Description of the control.
671675
`disabled` | boolean | `false` | Enable or disable user changes
@@ -692,6 +696,7 @@ Attribute | Type | Default | Help
692696
`_view_module` | string | `'@jupyter-widgets/controls'` |
693697
`_view_module_version` | string | `'2.0.0'` |
694698
`_view_name` | string | `'IntSliderView'` |
699+
`behaviour` | string (one of `'drag-tap'`, `'drag-snap'`, `'tap'`, `'drag'`, `'snap'`) | `'drag-tap'` | Slider dragging behaviour.
695700
`continuous_update` | boolean | `true` | Update the value of the widget as the user is holding the slider.
696701
`description` | string | `''` | Description of the control.
697702
`disabled` | boolean | `false` | Enable or disable user changes
@@ -894,6 +899,7 @@ Attribute | Type | Default | Help
894899
`_view_module` | string | `'@jupyter-widgets/controls'` |
895900
`_view_module_version` | string | `'2.0.0'` |
896901
`_view_name` | string | `'SelectionRangeSliderView'` |
902+
`behaviour` | string (one of `'drag-tap'`, `'drag-snap'`, `'tap'`, `'drag'`, `'snap'`) | `'drag-tap'` | Slider dragging behaviour.
897903
`continuous_update` | boolean | `true` | Update the value of the widget as the user is holding the slider.
898904
`description` | string | `''` | Description of the control.
899905
`disabled` | boolean | `false` | Enable or disable user changes
@@ -917,6 +923,7 @@ Attribute | Type | Default | Help
917923
`_view_module` | string | `'@jupyter-widgets/controls'` |
918924
`_view_module_version` | string | `'2.0.0'` |
919925
`_view_name` | string | `'SelectionSliderView'` |
926+
`behaviour` | string (one of `'drag-tap'`, `'drag-snap'`, `'tap'`, `'drag'`, `'snap'`) | `'drag-tap'` | Slider dragging behaviour.
920927
`continuous_update` | boolean | `true` | Update the value of the widget as the user is holding the slider.
921928
`description` | string | `''` | Description of the control.
922929
`disabled` | boolean | `false` | Enable or disable user changes

0 commit comments

Comments
 (0)