ArcGISWebMapElement: {
    addressSearchWidgetEnabled?: boolean;
    allowedDrawingTools?: {
        graphicAttributeOptions?: {
            id: string;
            label: string;
            value: string;
        }[];
        type: string;
    }[];
    basemapId?: string;
    defaultValue?: ArcGISWebMapElementValue;
    homeWidgetEnabled?: boolean;
    showLayerPanel: boolean;
    type: "arcGISWebMap";
    webMapId?: string;
} & LookupFormElement & FormElementRequired & FormElementReadOnly

Type declaration