Preview Node

The Preview node renders payload data in the editor for fast visual validation during development.


Configuration

  • Input Path: Payload key to preview, commonly image data.
  • Preview Mode: Image, text, or JSON depending on payload type.

Typical Usage

  • Validate image transforms before model execution.
  • Inspect payload shape before external delivery.
  • Compare branch outputs during troubleshooting.

Related Pages