ui/PermitOfferInbox.svelte

Declarations
#

view source

PermitOfferInbox
#

ui/PermitOfferInbox.svelte view source

format_actor?

Display label for from_actor_id. Defaults to a truncated uuid.

type (from_actor_id: string) => string
optional

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.

optional

format_role?

Display label for a role constant. Defaults to identity.

type (role: string) => string
optional

Depends on
#