LWT JavaScript API
Preparing search index...
modules/feed/api/feeds_api
Article
Interface Article
Article/feed link entity from API.
interface
Article
{
archivedTextId
:
number
|
null
;
audio
:
string
;
date
:
string
;
description
:
string
;
hasText
:
boolean
;
id
:
number
;
link
:
string
;
status
:
"error"
|
"new"
|
"imported"
|
"archived"
;
textId
:
number
|
null
;
title
:
string
;
}
Index
Properties
archived
Text
Id
audio
date
description
has
Text
id
link
status
text
Id
title
Properties
archived
Text
Id
archivedTextId
:
number
|
null
audio
audio
:
string
date
date
:
string
description
description
:
string
has
Text
hasText
:
boolean
id
id
:
number
link
link
:
string
status
status
:
"error"
|
"new"
|
"imported"
|
"archived"
text
Id
textId
:
number
|
null
title
title
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
archived
Text
Id
audio
date
description
has
Text
id
link
status
text
Id
title
LWT JavaScript API
Loading...
Article/feed link entity from API.