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
- Host: GitHub
- URL: https://github.com/hhkaos/sketch-widget-event-explorer
- Owner: hhkaos
- Created: 2021-06-09T12:28:05.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-12T11:52:53.000Z (almost 4 years ago)
- Last Synced: 2025-01-29T09:24:27.742Z (5 months ago)
- Topics: arcgis, arcgis-js-api, draw, geometry, sketch-app
- Language: HTML
- Homepage: https://hhkaos.github.io/sketch-widget-event-explorer/
- Size: 3.06 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:

[](https://developers.arcgis.com/javascript/latest/sample-code/event-explorer/)
### Watch for changes
[](https://developers.arcgis.com/javascript/latest/sample-code/watch-for-changes/)