s-private API Documentation - v3.8.1
    Preparing search index...

    Context information for a notification.

    Provides additional context about the source of the notification, which is included in the notification message for debugging purposes.

    type NotificationContext = {
        caller: string;
        userId?: string;
    }
    Index

    Properties

    Properties

    caller: string

    The name of the service or function that triggered the notification

    userId?: string

    Optional user identifier for user-specific notifications