getName
getName():
Promise
<string
>
Defined in: app.ts:76
Gets the application name.
Promise
<string
>
import { getName } from '@tauri-apps/api/app';const appName = await getName();
1.0.0
© 2025 Tauri Contributors. CC-BY / MIT
getName():
Promise
<string
>
Defined in: app.ts:76
Gets the application name.
Promise
<string
>
import { getName } from '@tauri-apps/api/app';const appName = await getName();
1.0.0
© 2025 Tauri Contributors. CC-BY / MIT