Viewer
    Preparing search index...

    Interface ISessionEvent

    Definition of the session event. These events are sent for session specific events (EVENTTYPE_SESSION).

    interface ISessionEvent {
        sessionId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    sessionId: string

    The id of the session.