Skip to main content

@slack/web-api / TaskUpdateChunk

Interface: TaskUpdateChunk

Defined in: packages/types/dist/chunk.d.ts:29

Used for displaying task progress in a timeline-style UI. https://docs.slack.dev/messaging/sending-and-scheduling-messages#text-streaming

Extends

Properties

details?

optional details: string;

Defined in: packages/types/dist/chunk.d.ts:34


id

id: string;

Defined in: packages/types/dist/chunk.d.ts:31


output?

optional output: string;

Defined in: packages/types/dist/chunk.d.ts:35


sources?

optional sources: URLSourceElement[];

Defined in: packages/types/dist/chunk.d.ts:36


status

status: "pending" | "in_progress" | "complete" | "error";

Defined in: packages/types/dist/chunk.d.ts:33


title

title: string;

Defined in: packages/types/dist/chunk.d.ts:32


type

type: "task_update";

Defined in: packages/types/dist/chunk.d.ts:30

Overrides

Chunk.type