Skip to main content

@slack/web-api / SlackListsItemsUpdateArguments

Interface: SlackListsItemsUpdateArguments

Defined in: src/types/request/slackLists.ts:520

Extends

  • TokenOverridable

Properties

cells

cells: SlackListsItemCellUpdate[];

Defined in: src/types/request/slackLists.ts:529

Description

Cells to update. Each cell includes the row_id, column_id, and field value.


list_id

list_id: string;

Defined in: src/types/request/slackLists.ts:524

Description

Encoded ID of the List.


token?

optional token: string;

Defined in: src/types/request/common.ts:43

Description

Overridable authentication token bearing required scopes.

Inherited from

TokenOverridable.token