# CopyDetail

> _Since v0.1.1_

Event detail emitted after a successful copy operation *

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `text` | <code>string</code> | The text that was copied to clipboard |
| `rowCount` | <code>number</code> | Number of rows copied |
| `columnCount` | <code>number</code> | Number of columns copied |
