Skip to main content

@slack/web-api / SlackListsItemsCreateArguments

Interface: SlackListsItemsCreateArguments

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

Extends

  • TokenOverridable

Properties

duplicated_item_id?

optional duplicated_item_id: string;

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

Description

ID of the record to make a copy of.


initial_fields?

optional initial_fields: SlackListsItemField[];

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

Description

Initial item data.


list_id

list_id: string;

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

Description

Encoded ID of the List.


parent_item_id?

optional parent_item_id: string;

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

Description

ID of the parent record for this subtask.


token?

optional token: string;

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

Description

Overridable authentication token bearing required scopes.

Inherited from

TokenOverridable.token