Skip to content

Commit 9e444d1

Browse files
committed
rm line about exports
1 parent 3f4db76 commit 9e444d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ export interface PluginInstance<T = any> {
304304

305305
/**
306306
* 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.
307+
* has finished loading and is ready to be used.
308308
* @param {boolean} isLoading Boolean representing if Plugin Config is still loading
309309
*/
310310
setLoadingState(isLoading: boolean): void;

0 commit comments

Comments
 (0)