Merge remote-tracking branch 'upstream/dev'

This commit is contained in:
thororen1234 2024-06-21 16:49:48 -04:00
commit 767efb1cb6
3 changed files with 103 additions and 97 deletions

View file

@ -128,7 +128,7 @@ export interface PluginDef {
* Allows you to subscribe to Flux events
*/
flux?: {
[E in FluxEvents]?: (event: any) => void;
[E in FluxEvents]?: (event: any) => void | Promise<void>;
};
/**
* Allows you to manipulate context menus