FileSuggestManager.getBlockSuggestions method
FileSuggestManager › getBlockSuggestions
Unofficial
Get suggestions for block query.Signature:
getBlockSuggestions(runner: Runnable, file: TFile, text: string): Promise<SearchResult[]>Parameters:
| Parameter | Type | Description |
|---|---|---|
| runner | Runnable | {@link Runnable} controlling the search lifecycle. |
| file | TFile | File to search within. |
| text | string | Search query text. |
Returns: Promise<SearchResult[]> — Matching block suggestions.