# PrintMethods

Print methods returned from injectGridPrint.

Uses lazy discovery - the grid is found on first method call, not during initialization.

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `print` | <code>(params: <a href="/grid/plugins/print/interfaces/printparams/">PrintParams</a>) =&gt; Promise&lt;void&gt;</code> | Print the grid. Opens browser print dialog after preparing the grid for printing. |
| `isPrinting` | <code>() =&gt; boolean</code> | Check if a print operation is currently in progress. |
| `isReady` | <code>Signal&lt;boolean&gt;</code> | Signal indicating if grid is ready. |
