PrintCompleteDetail
Since v1.4.0
Detail for print-complete event
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
success | boolean | Whether the print operation completed without errors. |
rowCount | number | Total rows that were prepared for printing |
duration | number | Time in milliseconds from print-start to dialog close |
Property Details
Section titled “Property Details”success
Section titled “success”Whether the print operation completed without errors.
Note: This does NOT indicate whether the user clicked “Print” or “Cancel” in the browser dialog - browsers don’t expose that information. This only indicates whether the plugin successfully prepared and opened the print dialog.