@revolist/revogrid / 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:302 |
readonly | boolean | If readonly mode - disabled Paste event | src/components.d.ts:306 |