ReForged
    Preparing search index...

    Interface FreeDesktopAction

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

    Properties

    Properties

    Exec?: string | null

    A command to execute on a desktop file action

    Icon?: string | null

    A path to action icon

    Name: string

    Action's user-friendly name