Skip to content

Commit

Permalink
Merge pull request #1197 from FlowFuse/Steve-Mcl-patch-1
Browse files Browse the repository at this point in the history
Specify `msg.ui_update` for dynamic updates
  • Loading branch information
joepavitt authored Aug 11, 2024
2 parents fff158d + 50f879e commit 9525d90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nodes/widgets/locales/en-US/ui_text.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h3>HTML Content</h3>
you want to render <code>msg</code>, <code>flow</code> or <code>global</code> content.
</p>
<h3>Dynamic Properties (Inputs)</h3>
<p>Any of the following can be appended to a <code>msg.</code> in order to override or set properties on this node at runtime.</p>
<p>Any of the following can be appended to a <code>msg.ui_update</code> in order to override or set properties on this node at runtime.</p>
<dl class="message-properties">
<dt class="optional">label <span class="property-type">string</span></dt>
<dd>Override the label displayed alongside the text's value</dd>
Expand All @@ -45,4 +45,4 @@ <h3>Dynamic Properties (Inputs)</h3>
<dt class="optional">color <span class="property-type">string</span></dt>
<dd>A valid CSS color string, e.g. "#ff0000", "red"</dd>
</dl>
</script>
</script>

0 comments on commit 9525d90

Please sign in to comment.