MCPcopy
hub / github.com/TriliumNext/Trilium / Component

Interface Component

packages/ckeditor5/src/augmentation.ts:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3declare global {
4 interface Component {
5 triggerCommand(command: string): void;
6 }
7
8 interface EditorComponent extends Component {
9 loadReferenceLinkTitle($el: JQuery<HTMLElement>, href: string): Promise<void>;

Callers 8

executeMethod · 0.65
executeMethod · 0.65
executeMethod · 0.65
executeMethod · 0.65
initMethod · 0.65
removeSelectionMethod · 0.65
triggerCommandMethod · 0.65
initOnElectronFunction · 0.65

Implementers 4

Appapps/server-e2e/src/support/app.ts
AppContextapps/client/src/components/app_context
TypedComponentapps/client/src/components/component.t
NoteTreeWidgetapps/client/src/widgets/note_tree.ts

Calls

no outgoing calls

Tested by

no test coverage detected