Merge branch 'main' into block-based-eval-squashed

This commit is contained in:
Felix Roos 2026-01-18 13:09:00 +01:00
commit 9bcaaa3ac4
No known key found for this signature in database
112 changed files with 5529 additions and 1021 deletions

View file

@ -205,6 +205,7 @@ export const sliderPlugin = ViewPlugin.fromClass(
* Displays a slider widget to allow the user manipulate a value
*
* @name slider
* @tags external_io, visualization
* @param {number} value Initial value
* @param {number} min Minimum value - optional, defaults to 0
* @param {number} max Maximum value - optional, defaults to 1