Skip to content

chatkit-node-backend-sdk


chatkit-node-backend-sdk / ImageTask

Interface: ImageTask

Defined in: src/types/workflow.ts:60

Workflow task rendering image content.

Extends

  • BaseTask

Properties

status_indicator?

optional status_indicator: "none" | "loading" | "complete"

Defined in: src/types/workflow.ts:15

Only used when rendering the task as part of a workflow. Indicates the status of the task.

Inherited from

BaseTask.status_indicator


type

type: "image"

Defined in: src/types/workflow.ts:61


title?

optional title: null | string

Defined in: src/types/workflow.ts:62