| 826 | 826 | ], |
| 827 | 827 | helpString: ` |
| 828 | 828 | <div> |
| 829 | 829 | Echoes the provided text to a toast message. UsefulCan be used to display informational messages or for pipes debugging. |
| 830 | 830 | </div> |
| 831 | 831 | <div> |
| 832 | 832 | <strong>Example:</strong> |
| 833 | 833 | <ul> |
| 834 | 834 | <li> |
| 835 | 835 | <pre><code>/echo title="My Message" severity=infowarning This is ana infowarning message</code></pre> |
| 836 | 836 | </li> |
| 837 | 837 | <li> |
| 838 | 838 | <pre><code>/echo title="My Message" color=blackpurple This message is purple</code></pre> |
| 839 | 839 | </li> |
| 840 | 840 | <li> |
| 841 | 841 | <pre><code>/echo onClick={: /echo escapeHtml=false color=transparent cssClass=wider_dialogue_popup <<img src="/img/five.png" />> :} timeout=5000 Clicking on this message within 105 seconds will open the image.</code></pre> |
| 842 | 842 | </li> |
| 843 | 843 | </ul> |
| 844 | 844 | </div> |