show
show():
Promise<void>
Defined in: app.ts:122
Shows the application on macOS. This function does not automatically focus any specific app window.
Promise<void>
import { show } from '@tauri-apps/api/app';await show();1.2.0
© 2025 Tauri Contributors. CC-BY / MIT