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