jspreadsheet 9.1.9 → 9.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +441 -441
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -310,7 +310,7 @@ declare namespace jspreadsheet {
|
|
|
310
310
|
/** This method is called when the data in the spreadsheet is ready. */
|
|
311
311
|
onload?: (spreadsheet: spreadsheetInstance) => void;
|
|
312
312
|
/** Spreadsheet is clicked */
|
|
313
|
-
onclick?: (worksheet: worksheetInstance, section: string, x: number, y: number) => void;
|
|
313
|
+
onclick?: (worksheet: worksheetInstance, section: string, x: number, y: number, event: object) => void;
|
|
314
314
|
/** When undo is applied */
|
|
315
315
|
onundo?: (worksheet: worksheetInstance, historyRecord: object) => void;
|
|
316
316
|
/** When redo is applied */
|