ClientEventInputTextDelta interface

Streams a delta of input text content into the specified item.

Extends

Properties

contentIndex

The index of the content part within the item the delta applies to.

delta

The text delta to append.

id

The ID of the item the text delta is being appended to.

type

The event type, must be input_text.delta.

Inherited Properties

eventId

Property Details

contentIndex

The index of the content part within the item the delta applies to.

contentIndex?: number

Property Value

number

delta

The text delta to append.

delta: string

Property Value

string

id

The ID of the item the text delta is being appended to.

id: string

Property Value

string

type

The event type, must be input_text.delta.

type: "input_text.delta"

Property Value

"input_text.delta"

Inherited Property Details

eventId

eventId?: string

Property Value

string

Inherited From ClientEvent.eventId