LWT JavaScript API
Preparing search index...
modules/feed/api/feeds_api
Feed
Interface Feed
Feed entity from API.
interface
Feed
{
articleCount
:
number
;
articleSectionTags
:
string
;
filterTags
:
string
;
id
:
number
;
langId
:
number
;
langName
:
string
;
lastUpdate
:
string
;
name
:
string
;
options
:
FeedOptions
;
optionsString
:
string
;
sourceUri
:
string
;
updateTimestamp
:
number
;
}
Index
Properties
article
Count
article
Section
Tags
filter
Tags
id
lang
Id
lang
Name
last
Update
name
options
options
String
source
Uri
update
Timestamp
Properties
article
Count
articleCount
:
number
article
Section
Tags
articleSectionTags
:
string
filter
Tags
filterTags
:
string
id
id
:
number
lang
Id
langId
:
number
lang
Name
langName
:
string
last
Update
lastUpdate
:
string
name
name
:
string
options
options
:
FeedOptions
options
String
optionsString
:
string
source
Uri
sourceUri
:
string
update
Timestamp
updateTimestamp
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
article
Count
article
Section
Tags
filter
Tags
id
lang
Id
lang
Name
last
Update
name
options
options
String
source
Uri
update
Timestamp
LWT JavaScript API
Loading...
Feed entity from API.