joplin-plugin-embed-search-.../api/JoplinFilters.d.ts
2026-07-26 11:21:18 -04:00

11 lines
255 B
TypeScript
Executable File

/**
* @ignore
*
* Not sure if it's the best way to hook into the app
* so for now disable filters.
*/
export default class JoplinFilters {
on(name: string, callback: Function): Promise<void>;
off(name: string, callback: Function): Promise<void>;
}