Incant.ActionResult.Reveal (Incant v0.1.1)

Copy Markdown View Source

Reveal a one-time value (such as a newly created secret) to the user.

Summary

Types

t()

@type t() :: %Incant.ActionResult.Reveal{
  description: String.t() | nil,
  title: String.t() | nil,
  value: String.t()
}