Skip to content

SuggestionContainer<T>

Unofficial

Container for displaying and navigating the suggestion items of a obsidian#PopoverSuggest.

The popover and the suggest modal share one runtime class, so this is SuggestModalChooser with the popover as its owner. Prefer SuggestModalChooser<T, this> when the more precise owner type is available.

Import:

import type { SuggestionContainer } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface SuggestionContainer<T>

Links to this page: