MutkaMutka

AppInfo

Reference — AppInfo in the Mutka module API.

Interface: AppInfo

Defined in: types.ts:140

An application able to open a file - returned by the sys.appsForFile capability.

Properties

icon

icon: string;

Defined in: types.ts:146

The app's icon as a base64 PNG data-URI (empty if unavailable).


isDefault

isDefault: boolean;

Defined in: types.ts:148

True for the app macOS would use by default for this file.


name

name: string;

Defined in: types.ts:142

Display name, e.g. "Visual Studio Code".


path

path: string;

Defined in: types.ts:144

Absolute bundle path, e.g. "/Applications/Visual Studio Code.app".

On this page