AboutPanelOptionsOptions

external interface AboutPanelOptionsOptions(source)

Properties

Link copied to clipboard
abstract var applicationName: String?

The app's name.

Link copied to clipboard
abstract var applicationVersion: String?

The app's version.

Link copied to clipboard
abstract var authors: ReadonlyArray<String>?

List of app authors.

Link copied to clipboard
abstract var copyright: String?

Copyright information.

Link copied to clipboard
abstract var credits: String?

Credit information.

Link copied to clipboard
abstract var iconPath: String?

Path to the app's icon in a JPEG or PNG file format. On Linux, will be shown as 64x64 pixels while retaining aspect ratio. On Windows, a 48x48 PNG will result in the best visual quality.

Link copied to clipboard
abstract var version: String?

The app's build version number.

Link copied to clipboard
abstract var website: String?

The app's website.