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 parametersName |
---|
T |
#
ParametersName | Type |
---|---|
command | TauriCommand |
#
ReturnsPromise
<T
>