Home > @datadog/browser-rum > RumActionEventDomainContext
Additional information available when the SDK dispatches a RUM Action event.
Signature:
export interface RumActionEventDomainContext
Property | Modifiers | Type | Description |
---|---|---|---|
events? | Event[] | (Optional) DOM events that triggered this action. | |
handlingStack? | string | (Optional) Stack trace of where the action was handled by the SDK. |