POLAR reference
    Preparing search index...

    Variable resourcesEnConst

    resourcesEn: {
        button: {
            tooltip: {
                close: "Close map export options";
                format: "Export map as {{format}}";
                open: "Open map export options";
            };
        };
        error: "An error occurred while exporting the map.";
    } = ...

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

    Type Declaration

    • Readonlybutton: {
          tooltip: {
              close: "Close map export options";
              format: "Export map as {{format}}";
              open: "Open map export options";
          };
      }
    • Readonlyerror: "An error occurred while exporting the map."