Trendflow JS — API Reference - v0.2.0
Guides
GitHub
npm
Python sibling
Preparing search index...
TrendPoint
Interface TrendPoint
One timestamp in an interest-over-time series.
interface
TrendPoint
{
date
:
Date
;
scores
:
Readonly
<
Record
<
string
,
number
>
>
;
}
Index
Properties
date
scores
Properties
Readonly
date
date
:
Date
Readonly
scores
scores
:
Readonly
<
Record
<
string
,
number
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
date
scores
Guides
GitHub
npm
Python sibling
Trendflow JS — API Reference - v0.2.0
Loading...
One timestamp in an interest-over-time series.