[sitemap] Precision for Default element leading to Slider element (#2294)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
pull/2296/head
lolodomo 2024-05-12 11:42:02 +02:00 committed by GitHub
parent 0a1212248d
commit 7ec3f894e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -238,6 +238,10 @@ Default item=<itemname> [label="<labelname>"] [icon=<iconref>] [staticIcon=<icon
Presents an Item using the default UI representation specified by the type of the given Item.
E.g., a `Dimmer` Item will be represented as a [Slider](#element-type-slider) element while a `Player` Item will be rendered with player button controls (Previous/Pause/Play/Next).
Such an implicit [Slider](#element-type-slider) element will have the `releaseOnly` parameter set.
Its behavior is therefore to send the new value only when the slider is released.
It will also have the `switchSupport` parameter set.
### Element Type 'Text'
```java