Tauri Core API - v2.6.0
    Preparing search index...

    Function getIdentifier

    • Gets the application identifier.

      Returns 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