ui/RoleGrantOfferForm.svelte

Declarations
#

view source

RoleGrantOfferForm
#

ui/RoleGrantOfferForm.svelte view source

to_account_id

type string

to_actor_id?

Narrow the offer to a specific actor on to_account_id. Omit (or null, the default) for the account-grain default — any actor on the recipient account may accept.

type string | null
optional

roles

Roles the caller may offer — caller filters upstream (default: admin-grant-path).

type Array<string>

scope_id?

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

type string | null
optional

on_created?

type (offer: RoleGrantOfferJson) => void
optional

format_role?

type (role: string) => string
optional

Depends on
#