Skip to content

Commit

Permalink
Correct errors (restore output and remove trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
github-cyprien committed Jun 15, 2024
1 parent 7315f72 commit c2b7ed9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/nodes/widgets/ui-slider.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ props:
Color:
description: main - color of the slider and thumb; track - color of the slider track; thumb - color of the handle.
dynamic: false
Output: Defines when a msg is emitted, either as the slider is moved, or as the slider is released.
dynamic:
Label:
payload: msg.ui_update.class
Expand All @@ -30,7 +31,7 @@ dynamic:
structure: ["Number"]
Range (max):
payload: msg.ui_update.max
structure: ["Number"]
structure: ["Number"]
Class:
payload: msg.ui_update.class
structure: ["String"]
Expand Down

0 comments on commit c2b7ed9

Please sign in to comment.