POLAR reference
    Preparing search index...
    interface Menu {
        plugin: PluginContainer;
        disabledOnMobile?: boolean;
        icon?: Icon;
    }
    Index

    The plugin that should be part of the icon menu.

    disabledOnMobile?: boolean

    Adds possibility to disable some entries on mobile.

    false

    icon?: Icon

    Icon for icon menu button. If given, render a button with the icon. When clicked, open the content of the configured plugin. If not given, render the plugin content as is inside the IconMenu.

    Current examples for the usage without icon include Zoom and Fullscreen if MapConfiguration.layout | layout is set to 'nineRegions'