Skip to content

Commit

Permalink
Map ClickEvent location (#7086)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpreyskurantov authored Feb 24, 2025
1 parent af35e07 commit 7705241
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ The UI component's instance.
##### field(e.event): event
#include common-ref-eventparam

##### field(e.location): MapLocation
<!-- Description goes here -->

---
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
uid: ui/map:ClickEvent.location
type: MapLocation
---
---
##### shortDescription
<!-- Description goes here -->

---
<!-- Description goes here -->
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
id: MapLocation
hidden:
module: ui/map
export: MapLocation
generateTypeLink:
---
---
##### shortDescription
Expand Down
8 changes: 8 additions & 0 deletions metadata/syntax-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2493,6 +2493,11 @@
"react": "_ui_map_ClickEvent",
"vue": "Dx_ui_map_ClickEvent"
},
"_ui_map_ClickEvent.location": {
"angular": "dxo-location",
"react": "Location",
"vue": "DxLocation"
},
"_ui_map_DisposingEvent": {
"angular": "dxo-ui-map--disposing-event",
"react": "_ui_map_DisposingEvent",
Expand Down Expand Up @@ -21156,6 +21161,9 @@
"mapLayerElement": {
"vue": "map-layer-element"
},
"mapLocation": {
"vue": "map-location"
},
"message": {
"angular": "dxo-message",
"react": "Message",
Expand Down

0 comments on commit 7705241

Please sign in to comment.