mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 09:30:14 +01:00
This commit is contained in:
parent
1d31b9a797
commit
999081b573
2 changed files with 41 additions and 0 deletions
|
|
@ -17,6 +17,15 @@ export class Plugin {
|
|||
public eventBus: EventBus;
|
||||
public data: any = {};
|
||||
public name: string;
|
||||
// TODO
|
||||
public customBlockRenders: {
|
||||
[key: string]: {
|
||||
icon: string,
|
||||
action: "edit" | "more"[],
|
||||
genCursor: boolean,
|
||||
render: (options: { app: App, element: Element }) => void
|
||||
}
|
||||
} = {};
|
||||
public topBarIcons: Element[] = [];
|
||||
public setting: Setting;
|
||||
public statusBarIcons: Element[] = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue