{ get: (error_message?: string | undefined) => BlogFeed; get_maybe: () => BlogFeed | undefined; set: (value: BlogFeed) => BlogFeed; } blog.ts
Declarations #
10 declarations
blog_feed_context #
blog_feed_context
BlogComments #
BlogComments
MastodonBlogComments BlogFeed #
BlogFeed
BlogFeed inheritance
extends:
items
type
Array<BlogPostItem>BlogFeedData #
BlogFeedData
BlogFeedData BlogModule #
BlogModule
BlogModule blog
type BlogFeedData
BlogPostData #
BlogPostData
BlogPostData The author-defined data for each post.
title
type
stringslug
type
stringdate_published
type
stringdate_modified
type
stringsummary
type
stringtags
type
Array<string>comments
type BlogComments
BlogPostId #
BlogPostId
BlogPostId BlogPostItem #
BlogPostItem
BlogPostItem inheritance
extends:
id
Blog post path with blog_post_id.
type
stringurl
Blog post path with slug.
type
stringblog_post_id
Incrementing 1-based integer.
type BlogPostId
tags
type
Array<string>BlogPostModule #
BlogPostModule
BlogPostModule post
type BlogPostData
default
type
Component<any>MastodonBlogComments #
MastodonBlogComments
MastodonBlogComments url
type
stringtype
type
'mastodon'