Magpie HTML - v0.1.3
Preparing search index...
DiscoveredFeed
Interface DiscoveredFeed
Discovered feed information.
interface
DiscoveredFeed
{
url
:
string
;
type
:
"rss"
|
"atom"
|
"unknown"
|
"json"
;
title
?:
string
;
}
Index
Properties
url
type
title?
Properties
url
url
:
string
Feed URL
type
type
:
"rss"
|
"atom"
|
"unknown"
|
"json"
Feed type
Optional
title
title
?:
string
Feed title (if provided in link tag)
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
url
type
title
Magpie HTML - v0.1.3
Loading...
Discovered feed information.