LWT JavaScript API
Preparing search index...
modules/feed/api/feeds_api
ArticlesResponse
Interface ArticlesResponse
Response for articles endpoint.
interface
ArticlesResponse
{
articles
:
Article
[]
;
feed
:
{
id
:
number
;
langId
:
number
;
name
:
string
}
;
pagination
:
Pagination
;
}
Index
Properties
articles
feed
pagination
Properties
articles
articles
:
Article
[]
feed
feed
:
{
id
:
number
;
langId
:
number
;
name
:
string
}
pagination
pagination
:
Pagination
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
articles
feed
pagination
LWT JavaScript API
Loading...
Response for articles endpoint.