node-red/packages/node_modules/@node-red/nodes/locales/ko/sequence/18-sort.html

41 lines
2.3 KiB
HTML

<!--
Copyright JS Foundation and other contributors, http://js.foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<script type="text/html" data-help-name="sort">
<p>메세지 혹은 배열형의 페이로드를 정렬합니다.</p>
<p><b>split</b> .</p>
<p>아래의 정렬순서를 지정할 있습니다.</p>
<ul>
<li><b>오름차순</b></li>
<li><b>내림차순</b></li>
</ul>
<p>수치에 의한 정렬을 선택할 수도 있습니다.</p>
<p>메세지의 정렬을 수행하기 위한 정렬키는 <code>payload</code> JSONata . , JSONata .</p>
<p>sort노드의 처리에서는 수신한 메세지가 <code>msg.parts</code> . split , . <code>parts</code> .</p>
<p>
<ul>
<li><code>id</code> - </li>
<li><code>index</code> - </li>
<li><code>count</code> - </li>
</ul>
</p>
<p><b>:</b> . , . .
<ul>
<li><b>settings.js</b> <code>nodeMessageBufferMaxLength</code></li>
</ul>
</p>
</script>