| 826 | ], | 826 | ], |
| 827 | helpString: ` | 827 | helpString: ` |
| 828 | <div> | 828 | <div> |
| 829 | Echoes the provided text to a toast message. Useful for pipes debugging. | 829 | Echoes the provided text to a toast message. Can be used to display informational messages or for pipes debugging. |
| 830 | </div> | 830 | </div> |
| 831 | <div> | 831 | <div> |
| 832 | <strong>Example:</strong> | 832 | <strong>Example:</strong> |
| 833 | <ul> | 833 | <ul> |
| 834 | <li> | 834 | <li> |
| 835 | <pre><code>/echo title="My Message" severity=info This is an info message</code></pre> | 835 | <pre><code>/echo title="My Message" severity=warning This is a warning message</code></pre> |
| 836 | </li> | 836 | </li> |
| 837 | <li> | 837 | <li> |
| 838 | <pre><code>/echo title="My Message" color=black This message is purple</code></pre> | 838 | <pre><code>/echo color=purple This message is purple</code></pre> |
| 839 | </li> | 839 | </li> |
| 840 | <li> | 840 | <li> |
| 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 10 seconds will open the image.</code></pre> | 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 5 seconds will open the image.</code></pre> |
| 842 | </li> | 842 | </li> |
| 843 | </ul> | 843 | </ul> |
| 844 | </div> | 844 | </div> |