Skip to content

FileSuggestManager.getGlobalBlockSuggestions method

FileSuggestManager › getGlobalBlockSuggestions

Unofficial

Get suggestions for global block query.

Signature:

getGlobalBlockSuggestions(runner: Runnable, text: string): Promise<SearchResult[]>

Parameters:

ParameterTypeDescription
runnerRunnable{@link Runnable} controlling the search lifecycle.
textstringSearch query text.

Returns: Promise<SearchResult[]>Matching global block suggestions.