Interface: IBeforeSheetCreateEventParams
Defined in: submodules/univer/packages/sheets/src/facade/f-event.ts:109
Event interface triggered before creating a new worksheet IBeforeSheetCreateEventParams
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 |
index? | number | Optional index where the new sheet will be inserted | - | submodules/univer/packages/sheets/src/facade/f-event.ts:113 |
sheet? | IWorksheetData | Optional initial worksheet data | - | submodules/univer/packages/sheets/src/facade/f-event.ts:115 |
workbook | FWorkbook | The workbook instance | - | submodules/univer/packages/sheets/src/facade/f-event.ts:111 |