import Toot from '@fuzdev/fuz_mastodon/Toot.svelte'; url
type
stringupdated_url?
Defaults to the url, but can be updated by user input.
type
stringoptional bindable default
urlinclude_ancestors?
Whether to fetch and display the ancestors in the status context.
type
booleanoptional default
falseinclude_replies?
Whether to fetch and display replies aka descendants in the status context.
type
booleanoptional default
falsereply_filter?
Get a list of rules that controls whether replies are shown or not.
type
ReplyFilter | ReplyFilter[] | CreateReplyFiltersoptional
cache?
Optional API result cache.
See MastodonCache and get_mastodon_cache/set_mastodon_cache.
type
Map<string, { key: string; url: string; params: any; value: any; etag: string | null; last_modified: string | null; }>optional
log?
Optional logger for network calls.
type
Loggeroptional
loading?
type
booleanoptional bindable
load_time?
type
numberoptional bindable
settings_storage_key?
type
stringoptional
initial_show_settings?
type
booleanoptional default
falseshow_settings?
type
booleanoptional bindable
autoload_storage_key?
type
stringoptional default
'autoload'initial_autoload?
type
booleanoptional default
falseautoload?
type
booleanoptional default
autoload_storage_key
? load_from_storage(autoload_storage_key, () => initial_autoload)
: initial_autoloadonreset?
type
() => voidoptional
settings?
type
Snippet<[]>optional