Skip to content

Commit

Permalink
[sitemap] Precision for Default element leading to Slider element (#2294
Browse files Browse the repository at this point in the history
)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
  • Loading branch information
lolodomo committed May 12, 2024
1 parent 0a12122 commit 7ec3f89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/sitemaps.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ec3f89

Please sign in to comment.