@conciergus/chat - v0.3.1
Preparing search index...
components
StreamingIndicatorProps
Interface StreamingIndicatorProps
interface
StreamingIndicatorProps
{
isStreaming
?:
boolean
;
streamingType
?:
"object"
|
"tool"
|
"text"
|
"reasoning"
|
"loading"
;
progress
?:
number
;
tokenCount
?:
number
;
className
?:
string
;
showTokenCount
?:
boolean
;
showProgressBar
?:
boolean
;
customMessage
?:
string
;
animationSpeed
?:
"medium"
|
"fast"
|
"slow"
;
[
key
:
string
]:
any
;
}
Indexable
[
key
:
string
]:
any
Index
Properties
is
Streaming?
streaming
Type?
progress?
token
Count?
class
Name?
show
Token
Count?
show
Progress
Bar?
custom
Message?
animation
Speed?
Properties
Optional
is
Streaming
isStreaming
?:
boolean
Optional
streaming
Type
streamingType
?:
"object"
|
"tool"
|
"text"
|
"reasoning"
|
"loading"
Optional
progress
progress
?:
number
Optional
token
Count
tokenCount
?:
number
Optional
class
Name
className
?:
string
Optional
show
Token
Count
showTokenCount
?:
boolean
Optional
show
Progress
Bar
showProgressBar
?:
boolean
Optional
custom
Message
customMessage
?:
string
Optional
animation
Speed
animationSpeed
?:
"medium"
|
"fast"
|
"slow"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
is
Streaming
streaming
Type
progress
token
Count
class
Name
show
Token
Count
show
Progress
Bar
custom
Message
animation
Speed
@conciergus/chat - v0.3.1
Loading...