FileSuggestManager
Unofficial
File suggest manager.
Import:
import type { FileSuggestManager } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface FileSuggestManagerProperties
| Property | Type | Description | |
|---|---|---|---|
| app | App | Reference to the app. | |
| fileSuggestions | FileSuggestion[] | null | Selection of files and their paths that can be matched to. | |
| global | boolean | Whether search should be vault-wide rather than scoped to current file. | |
| mode | 'block' | 'display' | 'file' | 'heading' | string | Type of suggestions that should be provided. | |
| runnable | null | Runnable | Executor of the search. |
Methods
Links to this page: