Type Alias WebViewMenu

WebViewMenu: {
    contextMenu: SingleColumnMenu | undefined;
    includeDefaults: boolean | undefined;
    topMenu: MultiColumnMenu | undefined;
}

Menus for one single web view

Type declaration

  • contextMenu: SingleColumnMenu | undefined

    Menu that opens when you right click on the main body/area of a tab

  • includeDefaults: boolean | undefined

    Indicates whether the platform default menus should be included for this webview

  • topMenu: MultiColumnMenu | undefined

    Menu that opens when you click on the top left corner of a tab