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 */
You can’t perform that action at this time.
0 commit comments