ui/PermitOfferHistory.svelte

Declarations
#

view source

PermitOfferHistory
#

ui/PermitOfferHistory.svelte view source

current_actor_id

Used to label a row as sent vs received. When null, direction shows as -.

type string | null

format_actor?

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?

type (role: string) => string
optional

Depends on
#