A list of children or a property for this dash component
Union case | Description |
|
|
|
Static member | Description |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
![]() ![]() ![]() ![]() ![]() ![]() When the step value is greater than 1, you can set the dots to true if you want to render the slider with dots.
|
|
|
|
![]() ![]() ![]() ![]() ![]() ![]() If the value is true, it means a continuous value is included. Otherwise, it is an independent value.
|
|
|
|
![]() ![]() ![]() ![]() ![]() ![]() Marks on the slider. The key determines the position (a number), and the value determines what will show. If you want to set the style of a specific mark point, the value should be an object which contains style and label properties.
|
|
|
|
|
|
![]() ![]() ![]() ![]() ![]() ![]() Properties whose user interactions will persist after refreshing the component or the page. Since only `value` is allowed this prop can normally be ignored.
|
|
![]() ![]() ![]() ![]() ![]() ![]() Used to allow user interactions in this component to be persisted when the component - or the page - is refreshed. If `persisted` is truthy and hasn't changed from its previous value, a `value` that the user has changed while using the app will keep that change, as long as the new `value` also matches what was given originally. Used in conjunction with `persistence_type`.
|
|
![]() ![]() ![]() ![]() ![]() ![]() Where persisted user changes will be stored: memory: only kept in memory, reset on page refresh. local: window.localStorage, data is kept after the browser quit. session: window.sessionStorage, data is cleared once the browser quit.
|
|
![]() ![]() ![]() ![]() ![]() ![]() pushable could be set as true to allow pushing of surrounding handles when moving an handle. When set to a number, the number will be the minimum ensured distance between handles.
|
|
![]() ![]() ![]() ![]() ![]() ![]() pushable could be set as true to allow pushing of surrounding handles when moving an handle. When set to a number, the number will be the minimum ensured distance between handles.
|
|
![]() ![]() ![]() ![]() ![]() ![]() pushable could be set as true to allow pushing of surrounding handles when moving an handle. When set to a number, the number will be the minimum ensured distance between handles.
|
|
|
|
|
|
![]() ![]() ![]() ![]() ![]() ![]() Determines when the component should update its `value` property. If `mouseup` (the default) then the slider will only trigger its value when the user has finished dragging the slider. If `drag`, then the slider will update its value continuously as it is being dragged. Note that for the latter case, the `drag_value` property could be used instead.
|
|
|
|
|
|
|