browser-sdk

Home > @datadog/browser-rum > RumActionEventDomainContext

RumActionEventDomainContext interface

Additional information available when the SDK dispatches a RUM Action event.

Signature:

export interface RumActionEventDomainContext 

Properties

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.