File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,6 +131,10 @@ export type RumActionEvent = CommonProperties & ViewContainerSchema & {
131131 * CSS selector path of the target element
132132 */
133133 readonly selector ?: string ;
134+ /**
135+ * Selector data based on the click event composed path
136+ */
137+ readonly composed_path_selector ?: string ;
134138 /**
135139 * Width of the target element (in pixels)
136140 */
Original file line number Diff line number Diff line change @@ -131,6 +131,10 @@ export type RumActionEvent = CommonProperties & ViewContainerSchema & {
131131 * CSS selector path of the target element
132132 */
133133 readonly selector ?: string ;
134+ /**
135+ * Selector data based on the click event composed path
136+ */
137+ readonly composed_path_selector ?: string ;
134138 /**
135139 * Width of the target element (in pixels)
136140 */
Original file line number Diff line number Diff line change 180180 "description" : " CSS selector path of the target element" ,
181181 "readOnly" : true
182182 },
183+ "composed_path_selector" : {
184+ "type" : " string" ,
185+ "description" : " Selector data based on the click event composed path" ,
186+ "readOnly" : true
187+ },
183188 "width" : {
184189 "type" : " integer" ,
185190 "description" : " Width of the target element (in pixels)" ,
You can’t perform that action at this time.
0 commit comments