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

    Type Alias ArcGISWebMapElement

    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