Interface: IBeforeClipboardPasteParam
Defined in: submodules/univer/packages/sheets-ui/src/facade/f-event.ts:423
Base interface for all event parameters IEventBase
Extends
Properties
Property | Type | Description | Inherited from | Defined in |
---|---|---|---|---|
cancel? | boolean | Flag to cancel the event if supported | IEventBase .cancel | submodules/univer/packages/core/src/facade/f-event.ts:29 |
html? | string | Clipboard HTML String | - | submodules/univer/packages/sheets-ui/src/facade/f-event.ts:439 |
text? | string | Clipboard Text String | - | submodules/univer/packages/sheets-ui/src/facade/f-event.ts:435 |
workbook | FWorkbook | The workbook instance currently being operated on. FWorkbook | - | submodules/univer/packages/sheets-ui/src/facade/f-event.ts:427 |
worksheet | FWorksheet | The worksheet instance currently being operated on. FWorkbook | - | submodules/univer/packages/sheets-ui/src/facade/f-event.ts:431 |