Skip to main content

@slack/web-api / TaskUpdateChunk

Interface: TaskUpdateChunk

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

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:44


id

id: string;

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


output?

optional output: string;

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


sources?

optional sources: URLSourceElement[];

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


status

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

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


title

title: string;

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


type

type: "task_update";

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

Overrides

Chunk.type