Readonly
clientMarks a list item as complete.
The ID of the channel that the list item belongs to.
The ID of the list item to mark as complete.
A Promise that resolves with no value upon successful completion.
Creates a new list item.
The ID of the channel to create the list item in.
Additional options for the list item.
A Promise that resolves with the newly created list item.
Fetches a single list item.
The ID of the channel that the list item belongs to.
The ID of the list item to fetch.
A Promise that resolves with the requested list item.
Fetches multiple list items.
The ID of the channel to fetch the list items from.
A Promise that resolves with an array of list item summaries.
Marks a completed list item as incomplete.
The ID of the channel that the list item belongs to.
The ID of the completed list item to mark as incomplete.
A Promise that resolves with no value upon successful uncompletion.
Updates a list item.
The ID of the channel that the list item belongs to.
The ID of the list item to update.
Additional options for the updated list item.
A Promise that resolves with the updated list item.
Generated using TypeDoc
A class representing a manager for list items at a global level.