mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
enhance(apis): rename tag functions to block tag for clarity and update version
This commit is contained in:
@@ -781,8 +781,8 @@ export interface IEditorProxy extends Record<string, any> {
|
||||
getAllProperties: () => Promise<PageEntity[] | null>
|
||||
getTagObjects: (PageIdentity) => Promise<BlockEntity[] | null>
|
||||
createTag: (tagName: string) => Promise<PageEntity | null>
|
||||
addTag: (blockId: BlockIdentity, tagId: BlockIdentity) => Promise<void>
|
||||
removeTag: (blockId: BlockIdentity, tagId: BlockIdentity) => Promise<void>
|
||||
addBlockTag: (blockId: BlockIdentity, tagId: BlockIdentity) => Promise<void>
|
||||
removeBlockTag: (blockId: BlockIdentity, tagId: BlockIdentity) => Promise<void>
|
||||
|
||||
prependBlockInPage: (
|
||||
page: PageIdentity,
|
||||
|
||||
Reference in New Issue
Block a user