ui/PermitOfferForm.svelte

Declarations
#

view source

PermitOfferForm
#

ui/PermitOfferForm.svelte view source

to_account_id

type string

roles

Roles the caller may offer — caller filters by web_grantable upstream.

type Array<string>

scope_id?

Resource scope for the offer; null (default) yields a global offer.

type string | null
optional

on_created?

type (offer: PermitOfferJson) => void
optional

format_role?

type (role: string) => string
optional

Depends on
#