Neutrome SDK reference
Preparing search index...
lilsdk-ts/src/stream
StreamObservationHooks
Type Alias StreamObservationHooks
Callbacks fired while
observeExecutionStream
consumes a stream.
type
StreamObservationHooks
=
{
onTextChunk
?:
(
text
:
string
,
chunk
:
Program
)
=>
void
;
onTextStart
?:
()
=>
void
;
}
Index
Properties
on
Text
Chunk?
on
Text
Start?
Properties
Optional
on
Text
Chunk
onTextChunk
?:
(
text
:
string
,
chunk
:
Program
)
=>
void
Optional
on
Text
Start
onTextStart
?:
()
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
on
Text
Chunk
on
Text
Start
Neutrome SDK reference
Loading...
Callbacks fired while observeExecutionStream consumes a stream.