PluginInfo.getIconName

Gets the icon name of the plugin.

The icon of the plugin will be presented in the plugin manager UI. If no icon is specified, the default green puzzle icon will be used.

The relevant key in the plugin info file is "Icon".

class PluginInfo
string
getIconName
()

Return Value

Type: string

the plugin's icon name.

Meta