Optional
_dd?: {Internal properties
Optional
Readonly
action?: {Action properties
Optional
name_source?: The strategy of how the auto click action name is computed
Optional
Readonly
position?: { x: number; y: number; [k: string]: unknown }Action position properties
Readonly
x: numberX coordinate relative to the target element of the action (in pixels)
Readonly
y: numberY coordinate relative to the target element of the action (in pixels)
Optional
target?: { height?: number; selector?: string; width?: number; [k: string]: unknown }Target properties
Optional
Readonly
height?: numberHeight of the target element (in pixels)
Optional
Readonly
selector?: stringCSS selector path of the target element
Optional
Readonly
width?: numberWidth of the target element (in pixels)
Readonly
action: {Action properties
Optional
Readonly
crash?: { count: number; [k: string]: unknown }Properties of the crashes of the action
Readonly
count: numberNumber of crashes that occurred on the action
Optional
Readonly
error?: { count: number; [k: string]: unknown }Properties of the errors of the action
Readonly
count: numberNumber of errors that occurred on the action
Optional
Readonly
frustration?: {Action frustration properties
Readonly
type: ("rage_click" | "dead_click" | "error_click" | "rage_tap" | "error_tap")[]Action frustration types
Optional
Readonly
id?: stringUUID of the action
Optional
Readonly
loading_time?: numberDuration in ns to the action is considered loaded
Optional
Readonly
long_task?: { count: number; [k: string]: unknown }Properties of the long tasks of the action
Readonly
count: numberNumber of long tasks that occurred on the action
Optional
Readonly
resource?: { count: number; [k: string]: unknown }Properties of the resources of the action
Readonly
count: numberNumber of resources that occurred on the action
Optional
Readonly
target?: { name: string; [k: string]: unknown }Action target properties
Target name
Readonly
type: "custom" | "click" | "tap" | "scroll" | "swipe" | "application_start" | "back"Type of the action
Readonly
type: "action"RUM event type
Optional
Readonly
view?: { in_foreground?: boolean; [k: string]: unknown }View properties
Optional
Readonly
in_foreground?: booleanIs the action starting in the foreground (focus in browser)
Schema of all properties of an Action event