An open API service indexing awesome lists of open source software.

https://github.com/hhkaos/sketch-widget-event-explorer

Simple app to explore events on the Sketch Widget (to draw geometries) in the ArcGIS JavaScript API
https://github.com/hhkaos/sketch-widget-event-explorer

arcgis arcgis-js-api draw geometry sketch-app

Last synced: 3 months ago
JSON representation

Simple app to explore events on the Sketch Widget (to draw geometries) in the ArcGIS JavaScript API

Awesome Lists containing this project

README

        

# sketch-widget-event-explorer

Simple app to explore events on the Sketch Widget (to draw geometries) in the ArcGIS JavaScript API

## Related

If you are interested in learning more about events and watching how properties change checkout these sample apps.

### MapView events

This is how the click event works in the MapView:

![MapView events diagram](./assets/jsapi-mapview-events.png)

[![Mapview events app screenshot](https://github.com/hhkaos/sketch-widget-event-explorer/blob/main/assets/Screenshot%202021-08-12%20at%2013.40.14.png?raw=true)](https://developers.arcgis.com/javascript/latest/sample-code/event-explorer/)

### Watch for changes

[![Watch for changes app screenshot](https://github.com/hhkaos/sketch-widget-event-explorer/blob/main/assets/Screenshot%202021-08-12%20at%2013.40.37.png?raw=true)](https://developers.arcgis.com/javascript/latest/sample-code/watch-for-changes/)