PrintAfterEvent
Represents event arguments triggered after the print operation completes. Provides information about the print outcome and applied settings for post-print processing. Extends PrintResult to include success status and optional error information.
Props
The following table outlines the props for the PrintAfterEvent:
| Name | Type | Default | Description |
|---|---|---|---|
| config | - | Print configuration settings that were applied during the print operation. Contains range, title, dimensions, and other settings used. | |
| error | Error | undefined | Contains error information if the print operation failed. Only populated when success is false. |
| success | boolean | - | Indicates whether the print operation completed successfully. |