Interface: IBeforeClipboardChangeParam
Defined in: submodules/univer/packages/sheets-ui/src/facade/f-event.ts:394
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 |
fromRange | FRange | The range containing the content that was (copied/cut) | - | submodules/univer/packages/sheets-ui/src/facade/f-event.ts:418 |
fromSheet | FWorksheet | The sheet containing the content that was (copied/cut) | - | submodules/univer/packages/sheets-ui/src/facade/f-event.ts:414 |
html | string | Clipboard HTML String | - | submodules/univer/packages/sheets-ui/src/facade/f-event.ts:410 |
text | string | Clipboard Text String | - | submodules/univer/packages/sheets-ui/src/facade/f-event.ts:406 |
workbook | FWorkbook | The workbook instance currently being operated on. FWorkbook | - | submodules/univer/packages/sheets-ui/src/facade/f-event.ts:398 |
worksheet | FWorksheet | The worksheet instance currently being operated on. FWorksheet | - | submodules/univer/packages/sheets-ui/src/facade/f-event.ts:402 |