platform-bible-utils
    Preparing search index...

    Type Alias WebViewMenu

    Menus for one single web view

    type WebViewMenu = {
        contextMenu: SingleColumnMenu | undefined;
        includeDefaults: boolean | undefined;
        isExperimental?: boolean;
        topMenu: MultiColumnMenu | undefined;
    }
    Index

    Properties

    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

    isExperimental?: boolean

    Set to true to mark this WebView menu as experimental. Experimental menu content may change or be removed without notice. Extensions reading this should treat the marker as informational.

    topMenu: MultiColumnMenu | undefined

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