Overview
This node is designed solely for testing the display of a custom SVG icon within the n8n interface. It does not perform any data processing or external requests but serves as a visual check to ensure that custom icons are rendered correctly in the workflow editor.
Use Case Examples
- A user creating a custom node with a unique SVG icon can use this node to verify that their icon appears as expected in the n8n UI before deploying the node for actual use.
- Developers testing the integration of custom graphical elements in their nodes can use this node to confirm icon visibility and styling.
Properties
| Name | Meaning |
|---|---|
| 图标测试说明 | A notice property used to display a message indicating that this node is only for testing the custom SVG icon display. |
Troubleshooting
- If the custom SVG icon does not display, ensure the file path 'file:test-icon.svg' is correct and the SVG file is properly formatted.
- Check that the node is correctly registered and the icon property is set to the correct filename with the 'file:' prefix.