Skip to content

Commit

Permalink
Generate spec
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Jan 12, 2020
1 parent 7883af6 commit d308b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schema/jupyterwidgetmodels.latest.md
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ Attribute | Type | Default | Help
`orientation` | string (one of `'horizontal'`, `'vertical'`) | `'horizontal'` | Vertical or horizontal.
`readout` | boolean | `true` | Display the current value of the slider next to it.
`readout_format` | string | `'.2f'` | Format for the readout
`round` | boolean | `false` | Round the specified value to the closest value in the interval
`round` | boolean | `false` | Round the value set from Python to the closest value in the interval
`step` | number (float) | `0.1` | Minimum step to increment the value
`style` | reference to SliderStyle widget | reference to new instance |
`tabbable` | `null` or boolean | `null` | Is widget tabbable?
Expand Down

0 comments on commit d308b53

Please sign in to comment.