Type alias ContextMenuSettings

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

Deprecated

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

Type declaration

  • Optional devtools?: boolean

    Should the context menu contain a button for opening devtools.

  • enable: boolean

    Should the context menu display on right click.

  • Optional reload?: boolean

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

Generated using TypeDoc