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

    Interface NotificationLoadOptionsBeta

    The options to load notifications with

    interface NotificationLoadOptions {
        filter?: { read?: boolean };
        limit?: number;
        newerThan?: number;
        offset?: number;
        olderThan?: number;
    }
    Index

    Properties

    filter?: { read?: boolean }

    The properties to filter notifications by

    limit?: number

    Maximum number of notifications to load

    newerThan?: number

    Only return notifications newer than the notification with this ID

    offset?: number

    Offset to start loading notifications from

    olderThan?: number

    Only return notifications older than the notification with this ID