Preparing search index...
The search index is not available
domutils
domutils
Feed
Interface Feed
The root of a feed.
interface
Feed
{
author
?:
string
;
description
?:
string
;
id
?:
string
;
items
:
FeedItem
[]
;
link
?:
string
;
title
?:
string
;
type
:
string
;
updated
?:
Date
;
}
Index
Properties
author?
description?
id?
items
link?
title?
type
updated?
Properties
Optional
author
author
?:
string
Optional
description
description
?:
string
Optional
id
id
?:
string
items
items
:
FeedItem
[]
Optional
link
link
?:
string
Optional
title
title
?:
string
type
type
:
string
Optional
updated
updated
?:
Date
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
author
description
id
items
link
title
type
updated
domutils
Loading...
The root of a feed.