mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 14:14:55 +00:00
add new apis to js sdk
This commit is contained in:
@@ -776,6 +776,9 @@ export interface IEditorProxy extends Record<string, any> {
|
||||
renamePage: (oldName: string, newName: string) => Promise<void>
|
||||
|
||||
getAllPages: (repo?: string) => Promise<PageEntity[] | null>
|
||||
getAllTags: () => Promise<PageEntity[] | null>
|
||||
getAllProperties: () => Promise<PageEntity[] | null>
|
||||
getTagObjects: (PageIdentity) => Promise<BlockEntity[] | null>
|
||||
|
||||
prependBlockInPage: (
|
||||
page: PageIdentity,
|
||||
|
||||
Reference in New Issue
Block a user