@univerjs/sheets-drawing-ui v0.5.4
Interface: IOverGridImageRemovedParam
Defined in: sheets-drawing-ui/src/facade/f-event.ts:251
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 | core/src/facade/f-event.ts:29 |
removeImageParams | IDrawingSearch [] | Collection of parameters of the images after removal. ISheetImage | - | sheets-drawing-ui/src/facade/f-event.ts:260 |
workbook | FWorkbook | The workbook instance currently being operated on. FWorkbook | - | sheets-drawing-ui/src/facade/f-event.ts:255 |