formattedTs (a string value of formatted timestamp) and FormattedData:
+ FormattedData - An object associated with a data layer (markers, polygons, circles) or with a specific data point of a route (for trips data layers).entityId, entityName) and provides access to additional attributes and timeseries defined in datasource of the data layer configuration.
+ { nodeCtx: HierarchyNodeContext }:
HierarchyNodeContext - An
diff --git a/ui-ngx/src/assets/help/en_US/widget/action/place_map_item/create_dialog_html.md b/ui-ngx/src/assets/help/en_US/widget/action/place_map_item/create_dialog_html.md
new file mode 100644
index 0000000000..c3a58747e8
--- /dev/null
+++ b/ui-ngx/src/assets/help/en_US/widget/action/place_map_item/create_dialog_html.md
@@ -0,0 +1,87 @@
+#### HTML template of dialog to create a device or an asset
+
+```html
+{:code-style="max-height: 400px;"}
+
+{:copy-code}
+```
+
+{shape: PM.SUPPORTED_SHAPES; layer: L.Layer} - Event payload containing the created shape type and its associated map layer.
+ WidgetContext - A reference to WidgetContext that has all necessary API
+ and data used by widget instance.
+ string - An optional string id of the target entity.
+ string - An optional string name of the target entity.
+ string - An optional HTML template string defined in HTML tab.{coordinates: Coordinates; layer: L.Layer}:
+ Coordinates - Represents geographical coordinates of the placed map item. The actual format of this parameter depends on the type of the selected map item:
+ {x: number; y: number}, where x represents latitude, and y represents longitude.TbPolygonRawCoordinates contains an array of points defining the shape boundaries.TbCircleData contains center coordinates and radius information.L.Layer - The Leaflet map layer instance (e.g., marker, polygon, circle) associated with the placed map item. This object provides access to layer properties and methods defined in Leaflet's API.
+ string - An optional string label of the target entity.
+