Lime Web Components API Documentation - v6.27.0
    Preparing search index...

    Type Alias Notification<T>Beta

    A Notification object

    type Notification<T = unknown> = {
        createdBy?: LimeObject;
        data?: T;
        id: number;
        limeobject?: LimeObject;
        read?: Date;
        timestamp: Date;
        type?: NotificationType;
    }

    Type Parameters

    • T = unknown
    Index

    Properties

    createdBy?: LimeObject

    The coworker that created the notification

    data?: T

    Data attached to the notification

    id: number

    The notification id

    limeobject?: LimeObject

    LimeObject that the notification is attached to

    read?: Date

    Date when the notification was marked as read

    timestamp: Date

    Date when the notification was created

    Type of notification