Skip to content

Commit fa82052

Browse files
ibdafnajtpio
authored andcommitted
Update model spec
1 parent a6e20c6 commit fa82052

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/schema/jupyterwidgetmodels.latest.md

+7
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,7 @@ Attribute | Type | Default | Help
509509
`_view_module_version` | string | `'2.0.0'` |
510510
`_view_name` | string | `'FloatLogSliderView'` |
511511
`base` | number (float) | `10.0` | Base for the logarithm
512+
`behaviour` | string (one of `'drag-tap'`, `'drag-snap'`, `'tap'`, `'drag'`, `'snap'`) | `'drag-tap'` | Slider dragging behaviour.
512513
`continuous_update` | boolean | `true` | Update the value of the widget as the user is holding the slider.
513514
`description` | string | `''` | Description of the control.
514515
`description_allow_html` | boolean | `false` | Accept HTML in the description.
@@ -559,6 +560,7 @@ Attribute | Type | Default | Help
559560
`_view_module` | string | `'@jupyter-widgets/controls'` |
560561
`_view_module_version` | string | `'2.0.0'` |
561562
`_view_name` | string | `'FloatRangeSliderView'` |
563+
`behaviour` | string (one of `'drag-tap'`, `'drag-snap'`, `'tap'`, `'drag'`, `'snap'`) | `'drag-tap'` | Slider dragging behaviour.
562564
`continuous_update` | boolean | `true` | Update the value of the widget as the user is sliding the slider.
563565
`description` | string | `''` | Description of the control.
564566
`description_allow_html` | boolean | `false` | Accept HTML in the description.
@@ -586,6 +588,7 @@ Attribute | Type | Default | Help
586588
`_view_module` | string | `'@jupyter-widgets/controls'` |
587589
`_view_module_version` | string | `'2.0.0'` |
588590
`_view_name` | string | `'FloatSliderView'` |
591+
`behaviour` | string (one of `'drag-tap'`, `'drag-snap'`, `'tap'`, `'drag'`, `'snap'`) | `'drag-tap'` | Slider dragging behaviour.
589592
`continuous_update` | boolean | `true` | Update the value of the widget as the user is holding the slider.
590593
`description` | string | `''` | Description of the control.
591594
`description_allow_html` | boolean | `false` | Accept HTML in the description.
@@ -807,6 +810,7 @@ Attribute | Type | Default | Help
807810
`_view_module` | string | `'@jupyter-widgets/controls'` |
808811
`_view_module_version` | string | `'2.0.0'` |
809812
`_view_name` | string | `'IntRangeSliderView'` |
813+
`behaviour` | string (one of `'drag-tap'`, `'drag-snap'`, `'tap'`, `'drag'`, `'snap'`) | `'drag-tap'` | Slider dragging behaviour.
810814
`continuous_update` | boolean | `true` | Update the value of the widget as the user is sliding the slider.
811815
`description` | string | `''` | Description of the control.
812816
`description_allow_html` | boolean | `false` | Accept HTML in the description.
@@ -834,6 +838,7 @@ Attribute | Type | Default | Help
834838
`_view_module` | string | `'@jupyter-widgets/controls'` |
835839
`_view_module_version` | string | `'2.0.0'` |
836840
`_view_name` | string | `'IntSliderView'` |
841+
`behaviour` | string (one of `'drag-tap'`, `'drag-snap'`, `'tap'`, `'drag'`, `'snap'`) | `'drag-tap'` | Slider dragging behaviour.
837842
`continuous_update` | boolean | `true` | Update the value of the widget as the user is holding the slider.
838843
`description` | string | `''` | Description of the control.
839844
`description_allow_html` | boolean | `false` | Accept HTML in the description.
@@ -1112,6 +1117,7 @@ Attribute | Type | Default | Help
11121117
`_view_module` | string | `'@jupyter-widgets/controls'` |
11131118
`_view_module_version` | string | `'2.0.0'` |
11141119
`_view_name` | string | `'SelectionRangeSliderView'` |
1120+
`behaviour` | string (one of `'drag-tap'`, `'drag-snap'`, `'tap'`, `'drag'`, `'snap'`) | `'drag-tap'` | Slider dragging behaviour.
11151121
`continuous_update` | boolean | `true` | Update the value of the widget as the user is holding the slider.
11161122
`description` | string | `''` | Description of the control.
11171123
`description_allow_html` | boolean | `false` | Accept HTML in the description.
@@ -1136,6 +1142,7 @@ Attribute | Type | Default | Help
11361142
`_view_module` | string | `'@jupyter-widgets/controls'` |
11371143
`_view_module_version` | string | `'2.0.0'` |
11381144
`_view_name` | string | `'SelectionSliderView'` |
1145+
`behaviour` | string (one of `'drag-tap'`, `'drag-snap'`, `'tap'`, `'drag'`, `'snap'`) | `'drag-tap'` | Slider dragging behaviour.
11391146
`continuous_update` | boolean | `true` | Update the value of the widget as the user is holding the slider.
11401147
`description` | string | `''` | Description of the control.
11411148
`description_allow_html` | boolean | `false` | Accept HTML in the description.

0 commit comments

Comments
 (0)