mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
chore(client/ts): port services/note_autocomplete
This commit is contained in:
@@ -40,6 +40,9 @@ export type TriggerData = {
|
||||
text: string;
|
||||
} | {
|
||||
callback: (value: NoteDetailWidget | PromiseLike<NoteDetailWidget>) => void
|
||||
} | {
|
||||
// For "searchNotes"
|
||||
searchString: string | undefined;
|
||||
}
|
||||
|
||||
class AppContext extends Component {
|
||||
|
||||
Reference in New Issue
Block a user