POLAR reference
    Preparing search index...

    Variable resourcesEnConst

    resourcesEn: {
        hints: {
            attributions: "Attributions";
            draw: "Draw tools";
            filter: "Filter";
            gfi: "Feature list";
            layerChooser: "Choose map";
        };
        mobileCloseButton: "Close {{plugin}}";
    } = ...

    English locales for iconMenu plugin. For overwriting these values, use the plugin's ID as namespace.

    Type Declaration

    • Readonlyhints: {
          attributions: "Attributions";
          draw: "Draw tools";
          filter: "Filter";
          gfi: "Feature list";
          layerChooser: "Choose map";
      }

      Allows overriding the hints displayed as the tooltip, the aria-label or also sometimes the label.

    • ReadonlymobileCloseButton: "Close {{plugin}}"