mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
small fixes/improvements of DE translations
This commit is contained in:
@@ -18,12 +18,12 @@
|
||||
<p>Konvertierung zwischen YAML-formatierter Zeichenfolge (string) und JavaScript-Objekt-Darstellung in beide Richtungen.</p>
|
||||
<h3>Eingangsdaten</h3>
|
||||
<dl class="message-properties">
|
||||
<dt>payload<span class="property-type">object | string</span></dt>
|
||||
<dd>JavaScript-Objekt oder YAML-Zeichenfolge (string)</dd>
|
||||
<dt>payload <span class="property-type">object | string</span></dt>
|
||||
<dd>JavaScript-Objekt oder YAML-Zeichenfolge (string).</dd>
|
||||
</dl>
|
||||
<h3>Ausgangsdaten</h3>
|
||||
<dl class="message-properties">
|
||||
<dt>payload<span class="property-type">object | string</span></dt>
|
||||
<dt>payload <span class="property-type">object | string</span></dt>
|
||||
<dd>
|
||||
<ul>
|
||||
<li>Wenn die Eingangsdaten eine YAML-Zeichenfolge (string) sind, wird versucht daraus ein JavaScript-Objekt zu erzeugen.</li>
|
||||
|
Reference in New Issue
Block a user