Type alias ArcGISWebMapElement

ArcGISWebMapElement: FormElementBase & {
    showLayerPanel: boolean;
    type: "arcGISWebMap";
    webMapId: string;
}

Type declaration

  • showLayerPanel: boolean
  • type: "arcGISWebMap"
  • webMapId: string