Skip to main content

@slack/web-api / SlackListsCreateArguments

Interface: SlackListsCreateArguments

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

Extends

  • TokenOverridable

Properties

copy_from_list_id?

optional copy_from_list_id: string;

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

Description

ID of the List to copy.


description_blocks?

optional description_blocks: RichTextBlock[];

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

Description

A rich text description of the List.


include_copied_list_records?

optional include_copied_list_records: boolean;

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

Description

Boolean indicating whether to include records when a List is copied.


name

name: string;

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

Description

Name of the List.


schema?

optional schema: SlackListsSchemaColumn[];

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

Description

Column definition for the List.

See

https://docs.slack.dev/reference/methods/slackLists.create#schema-definition


todo_mode?

optional todo_mode: boolean;

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

Description

Boolean indicating whether the List should be used to track todo tasks.


token?

optional token: string;

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

Description

Overridable authentication token bearing required scopes.

Inherited from

TokenOverridable.token