@infogata/readergata-plugin-typings
Interfaces
- Application
- Author
- Catalog
- GetFeedRequest
- GetPublicationRequest
- GetPublicationResponse
- ImageInfo
- Manifest
- ManifestAuthentication
- ManifestOptions
- NotificationMessage
- PluginInfo
- Publication
- PublicationSource
- SearchRequest
Type Aliases
CatalogFeed
Ƭ CatalogFeed: Object
Type declaration
Name | Type |
---|---|
items | Catalog [] |
type | "catalog" |
Feed
Ƭ Feed: CatalogFeed
| PublicationFeed
& FeedInfo
FeedInfo
Ƭ FeedInfo: Object
Type declaration
Name | Type |
---|---|
hasSearch? | boolean |
searchInfo? | string |
PublicationFeed
Ƭ PublicationFeed: Object
Type declaration
Name | Type |
---|---|
items | Publication [] |
type | "publication" |
SourceType
Ƭ SourceType: "url"
| "binary"
Theme
Ƭ Theme: "dark"
| "light"
| "system"
Variables
application
• Const
application: Application