ClipboardConfig interface
剪贴板配置
签名
typescript
interface ClipboardConfig1
属性
属性名 | 修饰符 | 类型 | 描述 |
|---|---|---|---|
(data: ClipboardCellData[][]) => void | (可选) 复制通知(注意:复制走浏览器原生,此回调仅作通知,不接管复制) | ||
(data: ClipboardCellData[][], targetCell: CellCoord) => void | (可选) 粘贴通知 | ||
{ copy?: string; paste?: string; cut?: string } | (可选) 自定义快捷键 |