Skip to content

Commit 0d45c29

Browse files
committed
[PANA-6072] build source definitions
1 parent b7c23df commit 0d45c29

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

lib/cjs/generated/rum.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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
*/

lib/esm/generated/rum.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)