You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-30 23:44:55 +02:00
Tools: updated plugin types
This commit is contained in:
@ -14,7 +14,7 @@ export interface CommandContext {
|
||||
}
|
||||
|
||||
export interface CommandRuntime {
|
||||
execute(context:CommandContext, ...args:any[]):Promise<any>
|
||||
execute(context:CommandContext, ...args:any[]):Promise<any | void>
|
||||
enabledCondition?: EnabledCondition;
|
||||
// Used for the (optional) toolbar button title
|
||||
mapStateToTitle?(state:any):string,
|
||||
|
Reference in New Issue
Block a user