interface FreeDesktopAction {
    Exec?: null | string;
    Icon?: null | string;
    Name: string;
}

Properties

Properties

Exec?: null | string

A command to execute on a desktop file action

Icon?: null | string

A path to action icon

Name: string

Action's user-friendly name