Website
Live demos
Guides
Source
Preparing search index...
The search index is not available
OpenAlgo Charts API - v2.3.2
OpenAlgo Charts API
index
DataLoadingSnapshot
Interface DataLoadingSnapshot
Display bars are held still while paused; bars() retains the live store.
interface
DataLoadingSnapshot
{
bars
:
readonly
Bar
[]
;
error
?:
Error
;
hasMore
:
null
|
boolean
;
historyError
?:
Error
;
historyStatus
:
HistoryLoadingStatus
;
paused
:
boolean
;
reason
:
DataUpdateReason
;
request
:
null
|
Readonly
<
BarsRequest
>
;
status
:
DataLoadingStatus
;
}
Index
Properties
bars
error?
has
More
history
Error?
history
Status
paused
reason
request
status
Properties
Readonly
bars
bars
:
readonly
Bar
[]
Optional
Readonly
error
error
?:
Error
Readonly
has
More
hasMore
:
null
|
boolean
Optional
Readonly
history
Error
historyError
?:
Error
Readonly
history
Status
historyStatus
:
HistoryLoadingStatus
Readonly
paused
paused
:
boolean
Readonly
reason
reason
:
DataUpdateReason
Readonly
request
request
:
null
|
Readonly
<
BarsRequest
>
Readonly
status
status
:
DataLoadingStatus
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bars
error
has
More
history
Error
history
Status
paused
reason
request
status
Website
Live demos
Guides
Source
OpenAlgo Charts API - v2.3.2
Loading...
Display bars are held still while paused; bars() retains the live store.