mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix: search service plugin API typo
This commit is contained in:
@@ -317,7 +317,7 @@ export interface IPluginSearchServiceHooks {
|
||||
|
||||
onIndiceInit: (graph: string) => Promise<SearchIndiceInitStatus>
|
||||
onIndiceReset: (graph: string) => Promise<void>
|
||||
onBlocksChanged: (graph: string, changes: { added: Array<SearchBlockItem>, removed: Array<BlockEntity> }) => Promise<void>
|
||||
onBlocksChanged: (graph: string, changes: { added: Array<SearchBlockItem>, removed: Array<EntityID> }) => Promise<void>
|
||||
onGraphRemoved: (graph: string, opts?: {}) => Promise<any>
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user