platform-bible-utils
    Preparing search index...

    Type Alias WebViewMenu

    Menus for one single web view

    type WebViewMenu = {
        contextMenu: SingleColumnMenu | undefined;
        includeDefaults: boolean | undefined;
        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

    topMenu: MultiColumnMenu | undefined

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