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

    Properties

    Properties

    The plugin that should be part of the icon menu.

    icon?: string

    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 | mapConfiguration.layers is set to 'nineRegions'