ui/PermitOfferInbox.svelte view source
format_actor?
Display label for from_actor_id. Defaults to a truncated uuid.
type
(from_actor_id: string) => stringoptional
format_scope?
Display label for an offer's scope. Bypasses format_scope_context
when supplied — return null to fall back to a truncated uuid (or
'global' for null scope_id). Omit to use the context value directly.
type FormatScope
optional
format_role?
Display label for a role constant. Defaults to identity.
type
(role: string) => stringoptional