PrintResult

Represents the result of a print operation in the Data Grid. Indicates whether the print operation completed successfully and provides error details if applicable.

Props

The following table outlines the props for the PrintResult:

NameTypeDefaultDescription
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.