We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f4db76 commit 9e444d1Copy full SHA for 9e444d1
1 file changed
src/types.ts
@@ -304,7 +304,7 @@ export interface PluginInstance<T = any> {
304
305
/**
306
* Tell the workbook whether the plugin is still loading. Pass false when the plugin
307
- * has finished loading so that workbook export (PDF/PNG) and screenshots can complete.
+ * has finished loading and is ready to be used.
308
* @param {boolean} isLoading Boolean representing if Plugin Config is still loading
309
*/
310
setLoadingState(isLoading: boolean): void;
0 commit comments