hide
hide():
Promise
<void
>
Defined in: app.ts:137
Hides the application on macOS.
Promise
<void
>
import { hide } from '@tauri-apps/api/app';await hide();
1.2.0
© 2025 Tauri Contributors. CC-BY / MIT
hide():
Promise
<void
>
Defined in: app.ts:137
Hides the application on macOS.
Promise
<void
>
import { hide } from '@tauri-apps/api/app';await hide();
1.2.0
© 2025 Tauri Contributors. CC-BY / MIT