@nycu-sdc/core-system-sdk
    Preparing search index...

    Interface InboxUserInboxMessageFilters

    The filters that can be applied by the user for their inbox messages.

    interface InboxUserInboxMessageFilters {
        isArchived: boolean;
        isRead: boolean;
        isStarred: boolean;
    }
    Index

    Properties

    isArchived: boolean

    User can archive the inbox message and hide it from the inbox view.

    isRead: boolean

    Indicates whether the user has read the inbox message.

    isStarred: boolean

    User can mark the inbox message as starred.