Trendflow JS — API Reference - v0.2.0
Guides
GitHub
npm
Python sibling
Preparing search index...
TrendingArticle
Interface TrendingArticle
A news article behind a trending search. Only the RSS backend reports these.
interface
TrendingArticle
{
picture
:
string
|
null
;
source
:
string
;
title
:
string
;
url
:
string
;
}
Index
Properties
picture
source
title
url
Properties
Readonly
picture
picture
:
string
|
null
Readonly
source
source
:
string
Readonly
title
title
:
string
Readonly
url
url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
picture
source
title
url
Guides
GitHub
npm
Python sibling
Trendflow JS — API Reference - v0.2.0
Loading...
A news article behind a trending search. Only the RSS backend reports these.