JavaScript API
    Preparing search index...

    Interface DtRumUserInput

    interface DtRumUserInput {
        info: string;
        name: string;
        target: string | EventTarget;
        title: string;
    }
    Index

    Properties

    Properties

    info: string

    Additional information about the input.

    name: string

    The name of the user input.

    target: string | EventTarget

    The target element or string that initiated the input.

    title: string

    The title of the current document.