Jump to top

HttpsCallableStreamEvent

interface

An event emitted during streaming from a callable function.

Properties

done

</>

Whether the stream has completed

done: undefined | false | true;

error

</>

Error message if the stream encountered an error

error: undefined | string;

text

</>

Text chunk received from the stream

text: undefined | string;