Skip to main content

Interfaces

Type aliases#

TauriModule#

Ƭ TauriModule: "App" | "Fs" | "Path" | "Os" | "Window" | "Shell" | "Event" | "Internal" | "Dialog" | "Cli" | "Notification" | "Http" | "GlobalShortcut" | "Process" | "Clipboard"

Defined in#

helpers/tauri.ts:9

Functions#

invokeTauriCommand#

invokeTauriCommand<T>(command): Promise<T>

Type parameters#

Name
T

Parameters#

NameType
commandTauriCommand

Returns#

Promise<T>

Defined in#

helpers/tauri.ts:31