Corex.Flash.Error (Corex v0.1.0-alpha.13)

View Source

This struct is used to configure the error flash message toast notifications in Corex.Toast.toast_group/1

Summary

Types

t()

@type t() :: %Corex.Flash.Error{
  duration: integer() | :infinity,
  title: String.t(),
  type: :info | :success | :error
}