Skip to content

Commit

Permalink
Update nodes/widgets/locales/en-US/ui_button.html
Browse files Browse the repository at this point in the history
Co-authored-by: Stephen McLaughlin <[email protected]>
  • Loading branch information
joepavitt and Steve-Mcl authored Oct 12, 2024
1 parent fe5a8ce commit b624af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/widgets/locales/en-US/ui_button.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h3>Properties</h3>
<dt>Enable Click event <span class="property-type">bool</span></dt>
<dd>If enabled, the button will emit a click event, which fires when both the up and down events occur over the button. The output will contain <code>msg._event</code> which details the <i>type</i> of interaction causing the event.</dd>
<dt>Emulate Button Click <span class="property-type">bool</span></dt>
<dd>If enabled, any received message will trigger a button click, emitting the relevant payload and topic.</dd>
<dd>If enabled, any received message will trigger a button click, emitting the relevant payload and topic. Note, requires the "Enable Click event" to be enabled</dd>
<dt>Background Color<span class="property-type">string</span></dt>
<dd>Background color for the button, valid values as <b>green</b>/<b>#a5a5a5</b>/<b>rgb(165,165,165)</b>/<b>green-darken-2</b>, check <a href="https://vuetifyjs.com/en/styles/colors/#material-colors"> Vuetify Colors</a> for help, send empty string to use default theme color</dd>
<dt>Text Color<span class="property-type">string</span></dt>
Expand Down

0 comments on commit b624af7

Please sign in to comment.