ISuggestOwner<T>
Official
An owner that controls UI suggestions.
Import:
import type { ISuggestOwner } from 'obsidian';Signature:
export interface ISuggestOwner<T>Methods
| Method | Returns | Description | |
|---|---|---|---|
| renderSuggestion(value, el) | void | Render the suggestion item into DOM. | |
| selectSuggestion(value, evt) | void | Called when the user makes a selection. |
Links to this page: