mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 01:16:27 +00:00
feat(plugin): support configurable UI api for toolbar action items
This commit is contained in:
@@ -183,6 +183,11 @@ export interface IAppProxy {
|
||||
showMsg: (content: string, status?: 'success' | 'warning' | string) => void
|
||||
setZoomFactor: (factor: number) => void
|
||||
|
||||
registerUIItem: (
|
||||
type: 'toolbar' | 'page',
|
||||
opts: { key: string, template: string }
|
||||
) => boolean
|
||||
|
||||
// events
|
||||
onCurrentGraphChanged: IUserHook
|
||||
onThemeModeChanged: IUserHook<{ mode: 'dark' | 'light' }>
|
||||
|
||||
Reference in New Issue
Block a user