RevoGrid Documentation v4.15.8 / Components / RevogrClipboard
Interface: RevogrClipboard
This Clipboard provides functionality for handling clipboard events in a web application.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
doCopy | (e: DataTransfer, data?: any[][]) => Promise<void> | - | src/components.d.ts:353 |
readonly | boolean | If readonly mode - disabled Paste event | src/components.d.ts:357 |