@univerjs-pro/sheets-print v0.5.4
Interface: ISheetPrintConfrimedEvent
Defined in: packages/sheets-print/src/facade/f-event.ts:22
Event triggered when print settings are confirmed by user
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 |
layoutConfig | ISheetPrintLayoutConfig | The final layout configuration for printing | - | packages/sheets-print/src/facade/f-event.ts:26 |
renderConfig | ISheetPrintRenderConfig | The final render configuration for printing | - | packages/sheets-print/src/facade/f-event.ts:30 |