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

    Function getName

    • Gets the application name.

      Returns Promise<string>

      import { getName } from '@tauri-apps/api/app';
      const appName = await getName();

      1.0.0