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

    Interface UserActionStartOptionsExperimental

    Options to create a user action with.

    interface UserActionStartOptions {
        autoClose?: boolean;
        name?: string;
        startTime?: number;
    }
    Index

    Properties

    autoClose?: boolean

    Automatically closes the user action upon timeout, page hide or when new user action is detected.

    default: true

    name?: string

    A human-readable name to identify the user action.

    startTime?: number

    The unix timestamp indicating when the user action should start. Future timestamps are not supported - use current or past timestamps.