#1803·ce

ts: Misplacement of getConfig in Plugin interface

Author: trrkCreated Sep 14, 2026Updated Sep 14, 2026

The getConfig method appears to be defined inside the Plugin interface in index.d.ts, but it seems it should belong to SpreadsheetInstance.

https://github.com/jspreadsheet/ce/blob/a82cb27726442dc50601183d2d943491bf531835/dist/index.d.ts#L1302

Could you please verify if this is a type definition misplacement and update index.d.ts accordingly?