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

    Interface ContextMenuSettings

    Superseded by contextMenuOptions, which offers a larger feature-set and cleaner syntax. Configure the context menu when right-clicking on a window.

    interface ContextMenuSettings {
        devtools?: boolean;
        enable: boolean;
        reload?: boolean;
    }
    Index
    devtools?: boolean

    Should the context menu contain a button for opening devtools.

    enable: boolean

    Should the context menu display on right click.

    reload?: boolean

    Should the context menu contain a button for reloading the page.