Type alias ComfyUIClientEvents
Type declaration
- close: []
- connected: []
- connection_error: { 
 message: string;
 type: string;
 }
- message: string
- type: string
 
- image_data: [{ 
 image: ArrayBuffer;
 mime: string;
 }]
- message: [MessageEvent<any>]
- reconnected: []
- reconnecting: []
- unhandled: [{ 
 data: any;
 type: string;
 }]
close client