RUM powered by Grail JavaScript API - 1.327.2
    Preparing search index...

    Interface RUMUserInteractionSingleEventContext

    The event context provided for simple user interaction events.

    interface RUMUserInteractionSingleEventContext {
        subType: SINGLE;
        type: USER_INTERACTION;
        userInteraction: Event;
    }

    Hierarchy (View Summary)

    Index

    Properties

    subType: SINGLE
    userInteraction: Event