Skip to content

Commit

Permalink
support for getUserChannels and joinUserChannels. Refactoring for sup…
Browse files Browse the repository at this point in the history
…porting 2.0 handlers. Linting
  • Loading branch information
nkolba committed Nov 2, 2022
1 parent 90cad71 commit 438b40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/preload/exposedInMainWorld.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
interface Window {
readonly fdc3: import("/Users/rob/Documents/finos/electron-fdc3/node_modules/fdc3-1.2/dist/api/DesktopAgent").DesktopAgent;
readonly fdc3: import("/Users/nicholaskolba/connectifi/electron-fdc3/node_modules/@finos/fdc3/dist/api/DesktopAgent").DesktopAgent;
readonly sail: { isConnected: () => boolean; isReady: () => void; joinChannel: (channel: string) => void; leaveChannel: () => void; hideWindow: () => void; resolveIntent: (data: any) => void; versions: NodeJS.ProcessVersions; getApps: () => Promise<unknown>; tabs: { select: (selectedId: string) => void; tearOut: (tabId: string) => void; new: () => void; drop: (frameTarget: boolean) => void; dragStart: (selected: string) => void; close: (tabId: string) => void; }; menu: { openTools: (clientX: number, clientY: number) => void; openChannelPicker: (mouseX: number, mouseY: number) => void; }; search: { hideResultsWindow: () => void; searchDirectory: (query: string) => void; selectResult: (selection: string) => void; }; };
}

0 comments on commit 438b40b

Please sign in to comment.