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