Interface IListUpdates

Configuration for the updates to apply to an existing list.

interface IListUpdates {
    description?: string;
    isPrivate?: boolean;
    name?: string;
}

Implemented by

Properties

description?: string

The updated list description.

Use an empty string to clear the existing description.

isPrivate?: boolean

Whether the list is private.

name?: string

The updated list name.