AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface ShortCutConfig

    interface ShortCutConfig {
        desktop?: boolean;
        startMenu?: boolean;
        systemStartup?: boolean;
    }
    Index
    desktop?: boolean

    True if application has a shortcut on the desktop.

    startMenu?: boolean

    True if application has shortcut in the start menu.

    systemStartup?: boolean

    True if application will be launched on system startup.