Interfaces
Type aliases#
TauriModule#
Ƭ TauriModule: "App" | "Fs" | "Path" | "Os" | "Window" | "Shell" | "Event" | "Internal" | "Dialog" | "Cli" | "Notification" | "Http" | "GlobalShortcut" | "Process" | "Clipboard"
Defined in#
Functions#
invokeTauriCommand#
▸ invokeTauriCommand<T>(command): Promise<T>
Type parameters#
| Name |
|---|
T |
Parameters#
| Name | Type |
|---|---|
command | TauriCommand |
Returns#
Promise<T>