Trello.js - API library
    Preparing search index...

    Interface MarkAllNotificationsAsRead

    interface MarkAllNotificationsAsRead {
        ids?: string[];
        read?: boolean;
    }
    Index

    Properties

    Properties

    ids?: string[]

    A comma-seperated list of IDs. Allows specifying an array of notification IDs to change the read state for. This will become useful as we add grouping of notifications to the UI, with a single button to mark all notifications in the group as read/unread.

    read?: boolean

    Boolean to specify whether to mark as read or unread (defaults to true, marking as read)