getIdentifier
getIdentifier():
Promise
<string
>
Defined in: app.ts:107
Gets the application identifier.
Promise
<string
>
The application identifier as configured in tauri.conf.json
.
import { getIdentifier } from '@tauri-apps/api/app';const identifier = await getIdentifier();
2.4.0
© 2025 Tauri Contributors. CC-BY / MIT