AboutSupportDeveloper GuideVersion 39.125.81.6

Deprecated

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;
}

Properties

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.