AboutMetadata
Defined in: menu/predefinedMenuItem.ts:10
A metadata for the about predefined menu item.
optional
authors:string
[]
Defined in: menu/predefinedMenuItem.ts:30
The authors of the application.
- macOS: Unsupported.
optional
comments:string
Defined in: menu/predefinedMenuItem.ts:38
Application comments.
- macOS: Unsupported.
optional
copyright:string
Defined in: menu/predefinedMenuItem.ts:40
The copyright of the application.
optional
credits:string
Defined in: menu/predefinedMenuItem.ts:72
The credits.
- Windows / Linux: Unsupported.
optional
icon:string
|number
[] |ArrayBuffer
|Uint8Array
<ArrayBufferLike
> |Image
Defined in: menu/predefinedMenuItem.ts:80
The application icon.
- Windows: Unsupported.
optional
license:string
Defined in: menu/predefinedMenuItem.ts:48
The license of the application.
- macOS: Unsupported.
optional
name:string
Defined in: menu/predefinedMenuItem.ts:12
Sets the application name.
optional
shortVersion:string
Defined in: menu/predefinedMenuItem.ts:22
The short version, e.g. “1.0”.
- Windows / Linux: Appended to the end of
version
in parentheses.
optional
version:string
Defined in: menu/predefinedMenuItem.ts:14
The application version.
optional
website:string
Defined in: menu/predefinedMenuItem.ts:56
The application website.
- macOS: Unsupported.
optional
websiteLabel:string
Defined in: menu/predefinedMenuItem.ts:64
The website label.
- macOS: Unsupported.
© 2025 Tauri Contributors. CC-BY / MIT