# PasteRejectedDetail

> _Since v3.0.0_

Detail for the `paste-rejected` event: the cells a column's `onPaste` guard
rejected during a paste. Fires once per paste, only when at least one cell was
rejected, so a consumer can surface a message. Non-editable cells are skipped
silently and are NOT reported here.

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `rejected` | <code><a href="/grid/plugins/clipboard/interfaces/pasterejectedcell/">PasteRejectedCell</a>[]</code> | Cells rejected by a column `onPaste` guard. |
