The list channel the items belong to.
Readonly
cacheThis cache of the manager.
Readonly
channelReadonly
clientEdit a item in the list channel.
The edited item.
items.edit(item, 'Hello World!');
The item to edit.
The message of the item.
Optional
note: stringThe note of the item.
Fetch a item from the list channel, or cache.
The fetched item.
items.fetch(item);
The item to fetch.
Optional
options: FetchOptionsThe options to fetch the item with.
Fetch items from the channel.
The fetched items.
items.fetch();
Optional
options: FetchManyOptionsThe options to fetch items with.
Set the maximum cache size of the manager.
The manager.
manager.setMaxCache(100);
The maximum size of the cache.
The manager of items that belong to a list channel.
Example