Relyra.LiveAdmin.Scope (relyra v1.1.0)

Copy Markdown View Source

Resolved admin scope for the optional LiveView surface.

Summary

Types

t()

@type t() :: %Relyra.LiveAdmin.Scope{
  actor: String.t(),
  actor_label: String.t() | nil,
  organization_id: String.t() | nil
}

Functions

actor_label(scope)

@spec actor_label(t()) :: String.t()

scope_label(scope)

@spec scope_label(t()) :: String.t()