ArcGISWebMapElement: {
    addressSearchWidgetEnabled?: boolean;
    allowedDrawingTools?: {
        graphicAttributeOptions?: {
            description?: string;
            id: string;
            label: string;
            value: string;
        }[];
        type: string;
    }[];
    basemapId?: string;
    defaultValue?: ArcGISWebMapElementValue;
    homeWidgetEnabled?: boolean;
    measurementDimensionsEnabled?: boolean;
    showLayerPanel: boolean;
    type: "arcGISWebMap";
    webMapId?: string;
} & LookupFormElement & 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;
    }[]
  • OptionalbasemapId?: string
  • OptionaldefaultValue?: ArcGISWebMapElementValue
  • OptionalhomeWidgetEnabled?: boolean

    Show and allow the user to use the home widget

  • OptionalmeasurementDimensionsEnabled?: boolean

    Show dimensions on drawing lines if enabled

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