@oneblink/sdk-core
    Preparing search index...

    Type Alias ArcGISWebMapElement

    ArcGISWebMapElement: {
        addressSearchWidgetEnabled?: boolean;
        allowedDrawingTools?: {
            graphicAttributeOptions?: {
                description?: string;
                id: string;
                label: string;
                value: string;
            }[];
            type: string;
        }[];
        autoSnapshotButton?: ButtonConfiguration;
        autoSnapshotViews?: NonNullable<ArcGISWebMapElementValue["view"]>[];
        basemapId?: string;
        defaultValue?: ArcGISWebMapElementValue;
        homeWidgetEnabled?: boolean;
        manualSnapshotButton?: ButtonConfiguration;
        manualSnapshotsEnabled?: boolean;
        maxManualSnapshots?: number;
        measurementDimensionsEnabled?: boolean;
        minManualSnapshots?: number;
        showLayerPanel: boolean;
        type: "arcGISWebMap";
        webMapId?: string;
    } & LookupFormElement & FormElementBinaryStorage & FormElementRequired & FormElementReadOnly

    Type declaration

    • OptionaladdressSearchWidgetEnabled?: boolean

      Show and allow the user to enter an address via the address search widget

    • OptionalallowedDrawingTools?: {
          graphicAttributeOptions?: {
              description?: string;
              id: string;
              label: string;
              value: string;
          }[];
          type: string;
      }[]
    • OptionalautoSnapshotButton?: ButtonConfiguration

      The text and icon displayed on the button to take a snapshot image(s) of the map

    • OptionalautoSnapshotViews?: NonNullable<ArcGISWebMapElementValue["view"]>[]

      The zoom, latitude and longitude of the view to be used for auto-snapshotting.

    • OptionalbasemapId?: string
    • OptionaldefaultValue?: ArcGISWebMapElementValue
    • OptionalhomeWidgetEnabled?: boolean

      Show and allow the user to use the home widget

    • OptionalmanualSnapshotButton?: ButtonConfiguration

      The text displayed on the button to capture a snapshot image of the map

    • OptionalmanualSnapshotsEnabled?: boolean

      Allow users to upload snapshot images if enabled

    • OptionalmaxManualSnapshots?: number

      The minimum number of images the user is allowed to upload

    • OptionalmeasurementDimensionsEnabled?: boolean

      Show dimensions on drawing lines if enabled

    • OptionalminManualSnapshots?: number

      The minimum number of images the user is allowed to upload

    • showLayerPanel: boolean
    • type: "arcGISWebMap"
    • OptionalwebMapId?: string