ui/PermitOfferHistory.svelte view source
current_actor_id
Used to label a row as sent vs received. When null, direction shows as -.
type
string | nullformat_actor?
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?
type
(role: string) => stringoptional