url
type
stringupdated_url?
Defaults to the url, but can be updated by user input.
type
stringoptional bindable
include_ancestors?
Whether to fetch and display the ancestors in the status context.
type
booleanoptional
include_replies?
Whether to fetch and display replies aka descendants in the status context.
type
booleanoptional
reply_filter?
Get a list of rules that controls whether replies are shown or not.
type
ReplyFilter | Array<ReplyFilter> | CreateReplyFilters | nulloptional
cache?
Optional API result cache.
See MastodonCache and get_mastodon_cache/set_mastodon_cache.
type
FetchValueCache | null | undefinedoptional
log?
Optional logger for network calls.
type
Logger | undefinedoptional
loading?
type
boolean | undefinedoptional bindable
load_time?
type
number | undefinedoptional bindable
settings_storage_key?
type
string | undefinedoptional
initial_show_settings?
type
booleanoptional
show_settings?
type
booleanoptional bindable
autoload_storage_key?
type
string | undefinedoptional
initial_autoload?
type
booleanoptional
autoload?
type
booleanoptional
onreset?
type
() => voidoptional
settings?
type
Snippetoptional